Compare commits
6 Commits
23808d196b
...
9c0a373728
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c0a373728 | |||
| 4c7fcc3f3b | |||
| 17078683e6 | |||
| 604b9e59ba | |||
| 5cbdc5af73 | |||
| 1e828e03fe |
9
.gitignore
vendored
9
.gitignore
vendored
@ -80,6 +80,7 @@ backend/dist/
|
|||||||
backend/build/
|
backend/build/
|
||||||
backend/uploads/
|
backend/uploads/
|
||||||
backend/logs/
|
backend/logs/
|
||||||
|
backend/bin/
|
||||||
|
|
||||||
# Admin specific
|
# Admin specific
|
||||||
admin/node_modules/
|
admin/node_modules/
|
||||||
@ -98,3 +99,11 @@ logs/
|
|||||||
|
|
||||||
# Frontend specific
|
# Frontend specific
|
||||||
frontend/node_modules/
|
frontend/node_modules/
|
||||||
|
|
||||||
|
# Additional patterns
|
||||||
|
*.db.backup
|
||||||
|
*.sqlite.backup
|
||||||
|
uploads/temp/
|
||||||
|
uploads/tmp/
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|||||||
BIN
backend/bin/api
BIN
backend/bin/api
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user