1
0
mirror of https://github.com/chylex/Advent-of-Code.git synced 2025-09-22 00:24:49 +02:00

Add .idea project

This commit is contained in:
2021-11-30 04:22:59 +01:00
parent b2361fd8ed
commit c79b3c60a1
3 changed files with 13 additions and 0 deletions

9
.gitignore vendored Normal file

@@ -0,0 +1,9 @@
cmake-build-debug/
/.idea/dictionaries
/.idea/encodings.xml
/.idea/inspectionProfiles/
/.idea/modules.xml
/.idea/misc.xml
/.idea/vcs.xml
/.idea/*.iml

3
.idea/.gitignore generated vendored Normal file

@@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

1
.idea/.name generated Normal file

@@ -0,0 +1 @@
AdventOfCode