]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - .gitignore
Add plain API format
[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 ## Tests
36 ############
37
38 test*.php
39 tests/
40
41 ############
42 ## Environnement
43 ############
44
45 # Windows image file caches
46 Thumbs.db
47
48 # Folder config file
49 Desktop.ini
50
51 # Mac crap
52 .DS_Store
53
54 # NetBeans files
55 /nbproject/