bitmagnet/.gitignore
2024-04-30 17:39:46 +01:00

43 lines
490 B
Plaintext

.env
.env.*
.direnv
.idea
/data
/bitmagnet
/bitmagnet.io/_site
/export.sql
dump.rdb
.jekyll-cache
.sass-cache
# Node
/webui/node_modules
npm-debug.log
yarn-error.log
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/webui/.angular/cache
.sass-cache/
testem.log
# System files
.DS_Store
Thumbs.db