Projet

Général

Profil

Paste
Télécharger (269 octets) Statistiques
| Branche: | Révision:

root / .gitignore @ e8517049

1
*~
2
*#
3
.#*
4
__*
5
private/*
6
drupal7/sites/assos.*
7
drupal7/sites/default
8
backup/*
9
log/*
10
Maildir/*
11
tmp/*
12
Desktop/*
13
unlog
14
drush-backups
15
d7-sync-config.sh
16
.*
17

    
18
# Ignore Eclipse's files.
19
/.project
20
/.buildpath
21

    
22
# Sauron
23
/sauron/*
24
!/sauron/config
25

    
26
# Ignore composer.
27
bin/composer
28