]> gitweb.pimeys.fr Git - bots/parrot.git/blob - .gitignore
Changement d'ops
[bots/parrot.git] / .gitignore
1 # Custom #
2 ###################
3 *~
4 *.json
5 quotes.txt
6 quotes.json.bak_*
7
8 # Compiled source #
9 ###################
10 *.pyc
11
12 # Packages #
13 ############
14 # it's better to unpack these files and commit the raw source
15 # git has its own built in compression methods
16 *.7z
17 *.dmg
18 *.gz
19 *.iso
20 *.jar
21 *.rar
22 *.tar
23 *.zip
24
25 # Logs #
26 ######################
27 *.log
28
29 # OS generated files #
30 ######################
31 .DS_Store*
32 *ehthumbs.db
33 Icon?
34 *Thumbs.db