chore: add .rsyncignore and .gitignore rules
All checks were successful
Deploy Olimparena / deploy (push) Successful in 14s
All checks were successful
Deploy Olimparena / deploy (push) Successful in 14s
This commit is contained in:
18
.rsyncignore
Normal file
18
.rsyncignore
Normal file
@@ -0,0 +1,18 @@
|
||||
.git
|
||||
.gitea
|
||||
.gitignore
|
||||
.rsyncignore
|
||||
node_modules
|
||||
.env
|
||||
.env.*
|
||||
.vscode
|
||||
.idea
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user