Ignore intellij files

This commit is contained in:
2026-04-28 16:07:21 +02:00
parent abdc6d67dc
commit 189c21667b
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
/c2
/.idea/*
!/.idea/c_cpp_properties.json
+12
View File
@@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "CLion",
"includePath": [
"${workspaceFolder}/v0/*"
],
"cStandard": "c89",
}
],
"version": 4
}