mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-07-12 00:59:42 +00:00
57 lines
554 B
Plaintext
57 lines
554 B
Plaintext
# Dependency directories
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.tar.gz
|
|
*.tgz
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# Docker files
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
compose*.yaml
|
|
.dockerignore
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
.coverage
|
|
.pytest_cache/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Other unnecessary files
|
|
*.gz
|
|
*.zip
|
|
*.tar
|
|
*.rar
|
|
tmp/
|
|
temp/ |