gitignore updates
This commit is contained in:
parent
c752138fb0
commit
dab0903a8c
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -86,3 +86,18 @@ venv.bak/
|
||||||
|
|
||||||
# Data from your local environment
|
# Data from your local environment
|
||||||
static/uploads/
|
static/uploads/
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
.pnpm-debug.log*
|
||||||
|
|
||||||
|
# IDEs and editors
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue