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:
.gitignore
Basic gitignore file contains:
target/
*.iml
.idea/*
Screenshot where we should put .gitignore file:
0 comments
Add comment