add root, server, client gitignore files for different environment ignore rules, and add sql script to fix or initialize admin user with bcrypt encrypted password
26 lines
167 B
Plaintext
26 lines
167 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Temp
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|