-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
53 lines (42 loc) · 1.28 KB
/
.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
53
# This is the public and asset files directory. It is changeable in the installer, so
# if you set the root directory as something else, please _add_ the directory to this list.
# Please do not remove the directories that are listed, as someone else is probably expecting that directory exclusion.
src/filestore
src/files
# Skip the netbeans project directory, this is developer centric
nbproject
# Skip the htaccess file, this is server centric
src/.htaccess
# Skip the configuration file, this is developer and server centric
# The exception are the "example" files contained therein.
src/config/*.xml
!src/config/*.example.xml
# Skip some Apple directories, these is machine centric
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Temp files created by gedit, (or something...)
*~
*.swp
# Skip compiled PYC files
*.pyc
# Skip some additional PhpStorm metafiles. These are all project centric
# I need to include codeStyleSettings.xml since that is useful to have in the project.
.idea/*
!.idea/codeStyleSettings.xml
# Skip the GPG keys.
src/gnupg/
# These are used in development environments.
exports
exports-archived
# These are used in the build system.
ant.properties
.sonar/*
build/*
cache.properties
message.txt
# Skip any compiled and dynamic resource.
src/logs
src/themes/custom