42 lines
590 B
Plaintext
42 lines
590 B
Plaintext
# Add directories, files, and symlinks which shall not be stored within
|
|
# this git repository here.
|
|
|
|
# Placeholder files for directories needed to be inside git but empty
|
|
!*.gitkeep
|
|
|
|
# JetBrains - project settings
|
|
/.idea/
|
|
|
|
# Eclipse - project settings
|
|
/.project
|
|
/.settings
|
|
/.buildpath
|
|
/.externalToolBuilders
|
|
|
|
# Numerous always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.vi
|
|
*~
|
|
*.sass-cache
|
|
|
|
# OS or Editor folders
|
|
.DS_Store
|
|
.cache
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
nbproject
|
|
Thumbs.db
|
|
|
|
# Configuration files to be customized
|
|
/configs/config.php
|
|
|
|
# Cache and log files
|
|
/.cache/
|