forked from xycofryx/WPN-XM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (41 loc) · 936 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
# .gitignore
#
# Ignore works for the dir the gitignore file resides in.
# To have a global effect affect to all repositories run this command:
# git config --global core.excludesfile ~/.gitignore
# Mac OS X Finder and whatnot
.DS_Store
# Windows crap
Thumbs.db
# Netbeans IDE related
nbproject
# Eclipse IDE related
.cache*
.project
.settings*
.buildpath
# Webserver
/.htaccess
# Scriptfiles
cache/**/*
*.log
# Subversion
.svn
.svn/entries
# PHPUnit
phpunit.xml
# Folder for Inno Setup compiled executables and preprocessed scripts
/_build
# Folder for Qt Executables
/Output
# Qt - Bin, Debug and Release directories (only on Windows)
/server-control-panel/bin
/server-control-panel/debug
/server-control-panel/release
# Qt - Files
/server-control-panel/*makefile*
/server-control-panel/*debug*
/server-control-panel/*release*
/server-control-panel/*.pro.user
/downloads