Merge branch '5.3'
[GitHub/WoltLab/com.woltlab.wcf.conversation.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 # WoltLab Suite
48 # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
49 *.tar
50 *.tar.gz
51
52 # Node.js
53 node_modules/