Initial JSDuck implementation
[lhc/web/wiklou.git] / .gitignore
1 # Repository management
2 .svn
3
4 # git-deploy status file:
5 /.deploy
6
7 # Editors
8 *.kate-swp
9 *~
10 .*.swp
11 .project
12 cscope.files
13 cscope.out
14 ## NetBeans
15 nbproject*
16 project.index
17 sublime-*
18
19 # MediaWiki install & usage
20 cache
21 docs/js
22 images/[0-9a-f]
23 images/archive
24 images/deleted
25 images/lockdir
26 images/temp
27 images/thumb
28 ## Extension:EasyTimeline
29 images/timeline
30 images/tmp
31 maintenance/.mweval_history
32 maintenance/.mwsql_history
33 maintenance/dev/data
34 AdminSettings.php
35 LocalSettings.php
36 StartProfiler.php
37
38 # Building & testing
39 node_modules/
40
41 # Operating systems
42 ## Mac OS X
43 .DS_Store
44 ## Windows
45 Thumbs.db
46
47 # Misc
48 .buildpath
49 .classpath
50 .idea
51 .metadata*
52 .settings
53 favicon.ico
54 static*
55 tags