16 lines
156 B
Plaintext
16 lines
156 B
Plaintext
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
.DS_Store
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
**/*.log
|
||
|
|
|
||
|
|
# Local databases and generated data
|
||
|
|
/data
|
||
|
|
/public/uploads
|
||
|
|
|
||
|
|
# Editor/OS
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
*.swp
|