Files
UAS_SIG_WebGIS/.gitignore
T
2026-06-13 06:36:11 +07:00

57 lines
571 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# Next.js Build Output
.next/
out/
build/
# Python Cache
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
env/
venv/
ENV/
.pytest_cache/
.coverage
htmlcov/
# Logs and system files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.DS_Store
Thumbs.db
# Environmental variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.pem
# Editor/IDE configs
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Docs
docs/