mirror of
https://github.com/bitmagnet-io/bitmagnet.git
synced 2025-12-27 22:26:05 +00:00
43 lines
490 B
Plaintext
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
|