chore: added .rsyncignore and .gitignore
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
19
.rsyncignore
Normal file
19
.rsyncignore
Normal file
@@ -0,0 +1,19 @@
|
||||
.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
|
||||
*~
|
||||
README.md
|
||||
Reference in New Issue
Block a user