forked from strongbox/strongbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (39 loc) · 922 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
# common ignore
*~
MANIFEST.MF
target/
tmp/
*.versionsBackup
.m2/
# Java Files #
*.jar
*.war
*.class
# eclipse specific
.settings
.project
.classpath
.metadata
.factorypath
# idea specific
.idea/*
!.idea/codeStyleSettings.xml
*.iml
*.ipr
*.iws
# Locally stored "Eclipse launch configurations"
*.launch
# unix specific
.DS_Store
.directory
# static plugins
.pmd
# log files
logs/
*.log
lib/*
!strongbox-security/strongbox-authentication-registry/src/test/resources/webapp/WEB-INF/lib/strongbox-example-authentication-provider-1.0-SNAPSHOT.jar
!strongbox-storage/strongbox-storage-layout-providers/strongbox-storage-maven-layout/strongbox-storage-maven-layout-provider/src/test/resources/artifacts/properties-injector-1.7.jar
!strongbox-storage/strongbox-storage-layout-providers/strongbox-storage-maven-layout/strongbox-storage-maven-layout-provider/src/test/resources/artifacts/slf4j-log4j12-1.7.26.jar
*.sh
.idea