Some more editor files to ignore.
[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 \#*#
11 .#*
12 .*.swp
13 .project
14 cscope.files
15 cscope.out
16 ## NetBeans
17 nbproject*
18 project.index
19 sublime-*
20
21 # MediaWiki install & usage
22 /cache
23 /docs/js
24 /images/[0-9a-f]
25 /images/archive
26 /images/deleted
27 /images/lockdir
28 /images/temp
29 /images/thumb
30 ## Extension:EasyTimeline
31 /images/timeline
32 /images/tmp
33 /maintenance/.mweval_history
34 /maintenance/.mwsql_history
35 /maintenance/dev/data
36 /AdminSettings.php
37 /LocalSettings.php
38 /StartProfiler.php
39
40 # Building & testing
41 node_modules/
42
43 # Composer
44 /vendor
45 /composer.lock
46 /composer.json
47
48 # Operating systems
49 ## Mac OS X
50 .DS_Store
51 ## Windows
52 Thumbs.db
53
54 # Misc
55 .buildpath
56 .classpath
57 .idea
58 .metadata*
59 .settings
60 /favicon.ico
61 /static*
62 /tags