Remove unused import
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .gitignore
CommitLineData
209ad4f8
MS
1# Linux
2# backup files
3*~
4
5# Windows
6# thumbnails
7Thumbs.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
23nbproject/
24catalog.xml
25nbactions.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
c032049e 47# WoltLab Suite
209ad4f8
MS
48# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
49*.tar
f6c58db9
MS
50*.tar.gz
51
52# Node.js
53node_modules/