mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-03 23:20:07 +05:30
c2786c7f96
- move older config to archive Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
16 lines
146 B
Plaintext
16 lines
146 B
Plaintext
# Global ignore files
|
|
|
|
# Dependencies
|
|
vendor/
|
|
node_modules/
|
|
|
|
# Build artifacts
|
|
target/
|
|
dist/
|
|
build/
|
|
_build/
|
|
__pycache__/
|
|
|
|
# Version control
|
|
.git/
|