refactor
This commit is contained in:
@@ -7,8 +7,10 @@ node_modules/
|
||||
npm-debug.log
|
||||
yarn-debug.log
|
||||
yarn-error.log
|
||||
Dockerfile
|
||||
|
||||
# Development files
|
||||
.dockerignore
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.stylelintrc
|
||||
@@ -18,8 +20,7 @@ yarn-error.log
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Documentation
|
||||
docs/
|
||||
# docs/
|
||||
README.md
|
||||
LICENSE
|
||||
CHANGELOG.md
|
||||
@@ -45,11 +46,13 @@ dist/
|
||||
build/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
# We need .env for our application
|
||||
#.env
|
||||
.env.*
|
||||
*.env
|
||||
|
||||
|
||||
# Project specific files
|
||||
screenshots/
|
||||
labels.example
|
||||
virt-game-timer.service
|
||||
virt-game-timer.service
|
||||
package.json
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user