mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 07:04:44 +00:00
26 lines
359 B
Text
26 lines
359 B
Text
# Ignore Git and GitHub files
|
|
.git
|
|
.github/
|
|
|
|
# Ignore Husky configuration files
|
|
.husky/
|
|
|
|
# Ignore documentation and metadata files
|
|
CONTRIBUTING.md
|
|
LICENSE
|
|
README.md
|
|
|
|
# Ignore environment examples and sensitive info
|
|
.env
|
|
*.local
|
|
*.example
|
|
|
|
# Ignore node modules, logs and cache files
|
|
**/*.log
|
|
**/node_modules
|
|
**/dist
|
|
**/build
|
|
**/.cache
|
|
logs
|
|
dist-ssr
|
|
.DS_Store
|