-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (34 loc) · 824 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
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
#
# Ignore all hidden files, except this .gitignore file.
.*
!.sorting
!.gitignore
!.mavenrc
# Ignore all files with the following extension.
*.log
*.iws
*.orig
*.iml
*.ipr
.idea
*.ids
*.pyc
# Ignore the build directory
target
*.uat.sql
# Intellij automatically unpacks war overlays in the root dir (controversially)
# statements explicit because there is also a static 'overlays' dir namespace clash
aggregator/overlays
backoffice/overlays
messaging/overlays
policyexpert-skin/overlays
scheduling/overlays
# for js testing, we need to ignore node_modules
node_modules
Procfile.df