Skip to content

Commit 474d62d

Browse files
hosamalydefunkt
authored andcommitted
Added ignore patterns for projects generated using seam-gen
1 parent 2483494 commit 474d62d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SeamGen.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/bootstrap/data
2+
/bootstrap/tmp
3+
/classes/ # all class files
4+
/dist/ # contains generated war files for deployment
5+
/exploded-archives/ # war content generation during deploy (or explode)
6+
/test-build/ # test compilation (ant target for Seam)
7+
/test-output/ # test results
8+
/test-report/ # test report generation for, e.g., Hudson
9+
/target/ # maven output folder
10+
temp-testng-customsuite.xml # generated when running test cases under Eclipse
11+
12+
# Thanks to @VonC and @kraftan for their helpful answers on a related question
13+
# on StackOverflow.com:
14+
# http://stackoverflow.com/questions/4176687
15+
# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects

0 commit comments

Comments
 (0)