Initial commit
This commit is contained in:
61
.dockerignore
Normal file
61
.dockerignore
Normal file
@@ -0,0 +1,61 @@
|
||||
# Version control
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-debug.log
|
||||
yarn-error.log
|
||||
Dockerfile
|
||||
|
||||
# Development files
|
||||
.dockerignore
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.stylelintrc
|
||||
.prettierrc
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# docs/
|
||||
README.md
|
||||
LICENSE
|
||||
CHANGELOG.md
|
||||
*.md
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Test files
|
||||
__tests__/
|
||||
test/
|
||||
tests/
|
||||
coverage/
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Environment files
|
||||
# We need .env for our application
|
||||
#.env
|
||||
.env.*
|
||||
# Don't ignore config.env.js
|
||||
!config.env.js
|
||||
|
||||
# Project specific files
|
||||
dev-start.sh
|
||||
generate-config.sh
|
||||
labels.example
|
||||
virt-game-timer.service
|
||||
package.json
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user