EN
Git - gitignore basic file example for Intellij Idea (java)
1 answers
3 points
Can anyone share basic gitignore file for Intellij Idea initial project (java)?
1 answer
1 points
Create filename:
xxxxxxxxxx
1
.gitignore
Basic gitignore file contains:
xxxxxxxxxx
1
target/
2
*.iml
3
.idea/*
Screenshot where we should put .gitignore file:
0 commentsShow commentsAdd comment