Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
e2c0408f
Commit
e2c0408f
authored
Jul 31, 2012
by
Filip Spiridonov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update SeamGen.gitignore
parent
4b6bf65b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
8 deletions
+19
-8
SeamGen.gitignore
SeamGen.gitignore
+19
-8
No files found.
SeamGen.gitignore
View file @
e2c0408f
/bootstrap/data
/bootstrap/data
/bootstrap/tmp
/bootstrap/tmp
/classes/ # all class files
/classes/
/dist/ # contains generated war files for deployment
/dist/
/exploded-archives/ # war content generation during deploy (or explode)
/exploded-archives/
/test-build/ # test compilation (ant target for Seam)
/test-build/
/test-output/ # test results
/test-output/
/test-report/ # test report generation for, e.g., Hudson
/test-report/
/target/ # maven output folder
/target/
temp-testng-customsuite.xml # generated when running test cases under Eclipse
temp-testng-customsuite.xml
# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments
#/classes/ all class files
#/dist/ contains generated war files for deployment
#/exploded-archives/ war content generation during deploy (or explode)
#/test-build/ test compilation (ant target for Seam)
#/test-output/ test results
#/test-report/ test report generation for, e.g., Hudson
#/target/ maven output folder
#temp-testng-customsuite.xml generated when running test cases under Eclipse
# Thanks to @VonC and @kraftan for their helpful answers on a related question
# Thanks to @VonC and @kraftan for their helpful answers on a related question
# on StackOverflow.com:
# on StackOverflow.com:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment