7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
# .gitignore
|
|
node_modules
|
|
.DS_Store
|
|
__pycache__/
|
|
*.pyc
|
|
server/data/uploads/
|