]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .gitignore
Merge branch 'master' of https://github.com/hultra/YOURLS into hultra-master
[Github/YOURLS.git] / .gitignore
1 ############
2 ## YOURLS
3 ############
4
5 # Configuration
6 user/*
7 !user/config-sample.php
8 .htaccess
9 *.config
10 *.conf
11 [Rr]obots.txt
12
13 # Languages
14 user/languages/*
15 !user/languages/
16
17 # Plugins
18 user/plugins/*
19 # Core plugins
20 !user/plugins/hyphens-in-urls/
21 !user/plugins/random-bg/
22 !user/plugins/sample-page/
23 !user/plugins/sample-plugin/
24 !user/plugins/sample-toolbar/
25
26 # Pages
27 pages/*
28 !pages/examplepage.php
29
30 # Keep index.html
31 !user/index.html
32 !user/*/index.html
33
34 ############
35 ## Environnement
36 ############
37
38 # Windows image file caches
39 Thumbs.db
40
41 # Folder config file
42 Desktop.ini
43
44 # Mac crap
45 .DS_Store