Skip to content

Instantly share code, notes, and snippets.

@phenix-factory
Created December 30, 2016 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phenix-factory/a6882c929e42a0932e08db785dd4240a to your computer and use it in GitHub Desktop.
Save phenix-factory/a6882c929e42a0932e08db785dd4240a to your computer and use it in GitHub Desktop.
gitignore global
#Backup
*~
# Fichier OSX
.DS_Store
.AppleDouble
.LSOverride
Icon
# Fichier de projet Sublime text
*.sublime-project
*.sublime-workspace
# Cache de SASS
.sass-cache
# Fichier .css.map
*.css.map
# les fichier log de git-ftp, c'est pas utile.
.git-ftp.log
# Fichier ac-php
.ac-php-conf.json
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Fichier de phploy - contient des codes !
deploy.ini
# Les fichiers SQL à la racine
/*.sql
# Fichier de git-ftp
.git-ftp-ignore
.git-ftp-include
# Fichier de tags
GPATH
GRTAGS
GSYMS
GTAGS
# Fichier Node.js
node_modules
npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment