Quantcast
Channel: Robert Reiz » GIT
Viewing all articles
Browse latest Browse all 7

.gitignore

$
0
0
If you want that git is ignoring some files for you you just have to create the “.gitignore” file in your project root. Here you can add all the files you don’t want have in your git repository. For example some meta files from IntelliJ IDEA. *.iml *.ipr *.iws .idea/Filed under: Java, JavaScript, Linux, Ruby […]

Viewing all articles
Browse latest Browse all 7

Trending Articles