Cleanup dotfiles
This commit is contained in:
186
dot_config/fd/ignore
Normal file
186
dot_config/fd/ignore
Normal file
@ -0,0 +1,186 @@
|
||||
# Version control
|
||||
.git/
|
||||
.svn/
|
||||
.hg/
|
||||
.bzr/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon\r
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
bower_components/
|
||||
jspm_packages/
|
||||
.npm/
|
||||
.yarn/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
target/
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exe
|
||||
|
||||
# IDE and editors
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
.virtualenv/
|
||||
.tox/
|
||||
.pytest_cache/
|
||||
|
||||
# Ruby
|
||||
.bundle/
|
||||
.vendor/
|
||||
Gemfile.lock
|
||||
|
||||
# Logs and databases
|
||||
*.log
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
cache/
|
||||
.cache/
|
||||
.tmp/
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.nyc_output/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Rust
|
||||
Cargo.lock
|
||||
target/
|
||||
|
||||
# Go
|
||||
go.sum
|
||||
vendor/
|
||||
|
||||
# Video
|
||||
*.mp4
|
||||
*.avi
|
||||
*.mov
|
||||
*.mkv
|
||||
*.flv
|
||||
*.wmv
|
||||
*.webm
|
||||
*.m4v
|
||||
*.mpg
|
||||
*.mpeg
|
||||
*.3gp
|
||||
|
||||
# Audio
|
||||
*.mp3
|
||||
*.wav
|
||||
*.flac
|
||||
*.aac
|
||||
*.ogg
|
||||
*.wma
|
||||
*.m4a
|
||||
*.opus
|
||||
*.aiff
|
||||
*.ape
|
||||
|
||||
# Images
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.bmp
|
||||
*.svg
|
||||
*.ico
|
||||
*.tiff
|
||||
*.tif
|
||||
*.webp
|
||||
*.psd
|
||||
*.raw
|
||||
*.heif
|
||||
*.heic
|
||||
*.HEIC
|
||||
|
||||
# Documents
|
||||
*.pdf
|
||||
*.doc
|
||||
*.docx
|
||||
*.xls
|
||||
*.xlsx
|
||||
*.ppt
|
||||
*.pptx
|
||||
*.odt
|
||||
*.ods
|
||||
*.odp
|
||||
|
||||
# Archives
|
||||
*.zip
|
||||
*.tar
|
||||
*.gz
|
||||
*.bz2
|
||||
*.7z
|
||||
*.rar
|
||||
*.xz
|
||||
*.Z
|
||||
*.deb
|
||||
*.rpm
|
||||
*.dmg
|
||||
*.pkg
|
||||
*.iso
|
||||
|
||||
# Fonts
|
||||
*.ttf
|
||||
*.otf
|
||||
*.woff
|
||||
*.woff2
|
||||
*.eot
|
||||
|
||||
# Adobe/Design
|
||||
*.afphoto
|
||||
*.afdesign
|
||||
*.ai
|
||||
*.eps
|
||||
*.sketch
|
||||
*.fig
|
||||
*.xd
|
||||
|
||||
# Game files
|
||||
*.mcpack
|
||||
*.pak
|
||||
*.unity3d
|
||||
|
||||
# Binary/Compiled
|
||||
*.bin
|
||||
*.dat
|
||||
*.data
|
||||
Reference in New Issue
Block a user