mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 15:36:22 +00:00
46 lines
485 B
Plaintext
46 lines
485 B
Plaintext
# Packages
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# IDE
|
|
.vscode
|
|
|
|
# Docker (experimental)
|
|
docker/
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
docker-compose.config.yml
|
|
docker-compose.config.example.yml
|
|
|
|
# Linting
|
|
.browserslistrc
|
|
.eslingignore
|
|
.eslintrc.js
|
|
.stylelintignore
|
|
.stylelintrc.json
|
|
|
|
# Miscellaneous
|
|
.tmp
|
|
.git
|
|
.gitattributes
|
|
.github
|
|
.gitignore
|
|
.vscode
|
|
database
|
|
dist-dev
|
|
uploads
|
|
gulpfile.js
|
|
README.md
|
|
renovate.json
|