chore: add .rsyncignore and .gitignore rules
All checks were successful
Deploy Olimparena / deploy (push) Successful in 14s

This commit is contained in:
Ignat Karelov
2026-04-22 20:44:25 +03:00
commit aaff743805
3 changed files with 64 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
node_modules/
.env
.vscode/
.idea/
.DS_Store
Thumbs.db
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.swp
*.swo
*~