mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
31 lines
247 B
Plaintext
31 lines
247 B
Plaintext
# Dependencies
|
|
node_modules
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build
|
|
dist
|
|
build
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db |