Spaces:
Sleeping
Sleeping
File size: 359 Bytes
5dfcc08 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# Ignore .env file
# Ignore compiled binaries
*.exe
*.dll
*.so
*.pyc
# Ignore build output directories
build/
dist/
out/
# Ignore package manager directories
node_modules/
vendor/
HIC/V3/flagged
HIC/V3/myenv
# Ignore IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Ignore logs and temporary files
*.log
*.tmp
*.swp
.DS_Store
|