Introduced a .gitignore file to exclude IDE settings, OS-specific files, log files, archives, and thumbnails from version control.pull/26/head
parent
fbb236e04e
commit
ae0b453cb0
@ -0,0 +1,19 @@
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Node / general logs (just in case)
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Archives
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
Loading…
Reference in new issue