Last active
November 16, 2021 19:45
-
-
Save papilip/c238802b2ce282c1e8e994dec8328069 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ne pas oublier : | |
# git config --global core.excludesFile '~/.gitignore' | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
############ | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
# Logs and databases # | |
###################### | |
log | |
*.log | |
*.sql | |
*.sqlite | |
# OS generated files # | |
###################### | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Fichiers liés aux dev # | |
######################### | |
.bundle | |
.byebug_history | |
.editorconfig | |
.env | |
.guardian.yml | |
.powrc | |
.rbenb* | |
.rubocop.yml | |
.rubocop_todo.yml | |
.ruby-version | |
.solargraph.yml | |
.tm_properties | |
.tool-versions | |
.vscode | |
.zeus.sock | |
*.sublime-* | |
*.code-workspace | |
*.dump | |
*.sqlite | |
*.sqlite3 | |
bootstrap | |
bower_components | |
config/routes.txt | |
coverage | |
database.sql | |
database.yml | |
custom_pan.rb | |
node_modules | |
passenger.*.pid.lock | |
secrets.yml | |
tmp | |
zeus.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment