hello-world setup with docker, compose, and watch
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
venv
|
||||
__pycache__
|
||||
|
||||
# dist folders
|
||||
dist
|
||||
rush-character-archive/dist
|
||||
|
||||
# sqlite file
|
||||
*.db
|
||||
*.sqbpro
|
||||
*.csv
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
Reference in New Issue
Block a user