restructure docs and config, license, readme redo
This commit is contained in:
+20
-2
@@ -17,6 +17,8 @@ node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
@@ -28,10 +30,14 @@ pids
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
data/
|
||||
backups/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
@@ -48,6 +54,18 @@ build/
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage/
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
# Backups
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# Runtime directories (created during execution)
|
||||
/logs
|
||||
/backups
|
||||
/data
|
||||
|
||||
Reference in New Issue
Block a user