1
0
mirror of https://github.com/chylex/Advent-of-Code.git synced 2025-07-25 03:59:07 +02:00

Add .idea project

This commit is contained in:
chylex 2021-11-30 04:22:59 +01:00
parent b2361fd8ed
commit c79b3c60a1
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
3 changed files with 13 additions and 0 deletions

9
.gitignore vendored Normal file
View 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 vendored Normal file
View File

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

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
AdventOfCode