User Tools

Site Tools


git:git-ignore

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git:git-ignore [2023/07/04 14:19] odeftagit:git-ignore [2023/07/06 04:04] (current) odefta
Line 3: Line 3:
 These are a list of files that should not be commited to git. These are a list of files that should not be commited to git.
  
-<file .gitignore>+<file java .gitignore>
 target/ target/
 !.mvn/wrapper/maven-wrapper.jar !.mvn/wrapper/maven-wrapper.jar
Line 9: Line 9:
 !**/src/test/**/target/ !**/src/test/**/target/
 *.class *.class
 +dependency-reduced-pom.xml
  
 ### IntelliJ IDEA ### ### IntelliJ IDEA ###
git/git-ignore.1688469559.txt.gz · Last modified: 2023/07/04 19:36 (external edit)