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:
Jakob Stornig 2023-08-22 11:34:53 +02:00
parent a14eab4ecb
commit 3e75ff79db
5 changed files with 31 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
CLion Tings
cmake-build-debug
.idea
.idea/workspace.xml
Prerequisites
*.d

8
.idea/.gitignore generated vendored Normal file
View file

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

8
.idea/c-net.iml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/c-net.iml" filepath="$PROJECT_DIR$/.idea/c-net.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>