forked from pwm-project/pwm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (37 loc) · 764 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
# PWM Project gitignore files
# Eclipse Project Files
/.project
/.settings
/.classpath
# IntelliJ Project Files
**/.idea/
**/*.iml
*/.idea/
*/*.iml
# OS folder info
.directory
.DS_Store
.DS_Store?
# Maven Output
*/target
/target
/webapp/src/main/webapp/public/resources/themes/netiq
/webapp/src/main/webapp/public/resources/themes/netiq32
/webapp/src/main/webapp/public/resources/themes/idm
/webapp/src/main/webapp/public/resources/themes/mdefault
/webapp/src/main/webapp/public/resources/themes/mdefault44
# VS Code Project Files
.vscode/*
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
**/.settings/
*/.settings/
**/*.classpath
*/*.classpath
**/*.factorypath
*/*.factorypath
**/*.project
*/*.project