forked from gwtbootstrap/gwt-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (44 loc) · 879 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
53
54
55
*.class
# Package Files #
*.jar
*.war
war/gwt_bree/*
*.launch
src/main/gwt-unitCache
target/
gwt-unitCache/*
.apt_generated/*
war/WEB-INF/deploy/*
war/WEB-INF/classes/*
src/main/webapp/WEB-INF/deploy/*
src/main/webapp/WEB-INF/classes/*
bin/*
/.settingsT
/.pmd
*~
/.gwt
src/main/webapp/bootstrap
src/main/webapp/showcase/
src/main/webapp/customcss.showcase
src/main/webapp/.gitignore
.project
.classpath
.settings
src/showcase/gwt-unitCache
src/showcase/webapp/.gitignore
src/showcase/webapp/bootstrap
src/showcase/webapp/com.geekvigarista.gwt.bootstrap.BootstrapJUnit
src/showcase/webapp/customcss.showcase
src/showcase/webapp/showcase/
src/showcase/webapp/nonresshowcase/
src/showcase/webapp/WEB-INF/classes
src/showcase/webapp/WEB-INF/deploy
src/showcase/webapp/WEB-INF/lib
src/showcase/webapp/META-INF
maven
.idea/
*.iml
.DS_Store
.gradle/*
build/*
gradle-output/*