first commit
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
.DS_Store
|
||||
.env
|
||||
/node_modules/
|
||||
|
||||
# React Router
|
||||
/.react-router/
|
||||
/build/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
|
||||
# Docker
|
||||
/docker-compose.override.yml
|
||||
*.log
|
||||
|
||||
/db
|
||||
|
||||
.pnpm-store
|
||||
Reference in New Issue
Block a user