Set version number to 6.1.0 dev 1
[GitHub/WoltLab/com.woltlab.wcf.exporter.git] / .gitignore
1 # Linux
2 # backup files
3 *~
4
5 # Windows
6 # thumbnails
7 Thumbs.db
8
9 # Mac OS X
10 # metadata
11 .DS_Store
12 # thumbnails
13 ._*
14
15 # Visual Studio PHP
16 *.sln
17 *.phpproj
18 *.puo
19 *.suo
20 *.cache
21
22 # Netbeans
23 nbproject/
24 catalog.xml
25 nbactions.xml
26
27 # Eclipse
28 .settings/
29 .buildpath
30 .classpath
31 .project
32
33 # SVN
34 # svn folders
35 .svn/
36
37 # PHPStorm
38 .idea/
39 .nameencodings
40 .xmlmisc
41 .xmlmodules
42 .xmlprojectCodeStyle
43 .xmlvcs.xml
44 *.imlworkspace
45 .xml
46
47 # Sublime Text 2
48 *.sublime-*
49
50 # Textmate
51 *.tmproj
52
53 # Community Framework
54 # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
55 *.tar
56 *.tar.gz