updated .gitignore
according to https://www.jetbrains.com/help/clion/project.html#ProjectRootDirectory all files in the .idea folder should be put into version control except workspace.xml, which is individual for each developer
This commit is contained in:
parent
a14eab4ecb
commit
3e75ff79db
5 changed files with 31 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
|||
CLion Tings
|
||||
cmake-build-debug
|
||||
.idea
|
||||
.idea/workspace.xml
|
||||
|
||||
Prerequisites
|
||||
*.d
|
||||
|
|
|
|||
Reference in a new issue