We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483494 commit 474d62dCopy full SHA for 474d62d
SeamGen.gitignore
@@ -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