Initial commit: restructure project with Docker Compose setup
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
### Dependencies ###
|
||||
node_modules/
|
||||
|
||||
### Build outputs ###
|
||||
dist/
|
||||
build/
|
||||
|
||||
### Environment files ###
|
||||
.env
|
||||
!.env.example
|
||||
|
||||
### Logs ###
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
### IDE ###
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
### OS ###
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
### Docker volumes (if any) ###
|
||||
data/
|
||||
Reference in New Issue
Block a user