Add .gitignore file

Introduced a .gitignore file to exclude IDE settings, OS-specific files, log files, archives, and thumbnails from version control.
pull/26/head
Guillem Roca 7 months ago
parent fbb236e04e
commit ae0b453cb0

19
.gitignore vendored

@ -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…
Cancel
Save