Files
tuxmate-abusoww/.dockerignore
2026-01-09 21:03:29 +04:00

56 lines
523 B
Plaintext

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
.next
out
dist
build
# Git
.git
.gitignore
.gitattributes
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editors
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
# Documentation
README.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
AGENT.md
# Screenshots and media
src/screenshots
*.png
*.jpg
*.jpeg
*.gif
*.svg
TUXMATE.png
# Testing
coverage
.nyc_output
# Misc
*.log
.cache