This website requires JavaScript.
Explore
Help
Sign In
Apache
/
maven
mirror of
https://github.com/apache/maven.git
Watch
1
Star
0
Fork
You've already forked maven
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
374c34250e
maven
/
.gitignore
13 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
o Added first-version .gitignore Also testing git-svn integration git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@960598 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 09:51:52 -04:00
target/
.project
.classpath
.settings/
.svn/
bin/
o Minor (test) modification. git workflow test git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@962440 13f79535-47bb-0310-9956-ffa450edef68
2010-07-09 04:18:34 -04:00
# Intellij
*.ipr
ignore *.iml git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1134257 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10 05:55:02 -04:00
*.iml
ignore .idea git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1234714 13f79535-47bb-0310-9956-ffa450edef68
2012-01-23 04:28:22 -05:00
.idea
add .DS_Store in .gitignore git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1176750 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 02:46:02 -04:00
.DS_Store