mirror of https://github.com/sparanoid/7z.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
462 B
41 lines
462 B
# Numerous always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.zip
|
|
*.vi
|
|
*~
|
|
|
|
# OS or Editor folders
|
|
.DS_Store
|
|
._*
|
|
Thumbs.db
|
|
.cache
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
nbproject
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.idea
|
|
|
|
# Folders to ignore
|
|
node_modules
|
|
|
|
# AMSF specified
|
|
.amsf-cache
|
|
.jekyll-cache
|
|
.jekyll-metadata
|
|
.sass-cache
|
|
_site
|
|
_app/assets/**/js
|
|
_app/assets/**/css
|
|
|
|
# AMSF deprecated, leave them for compatibility
|
|
_amsf/themes
|
|
_amsf/core
|