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:
parent
b2361fd8ed
commit
c79b3c60a1
9
.gitignore
vendored
Normal file
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
vendored
Normal file
3
.idea/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
1
.idea/.name
Normal file
1
.idea/.name
Normal file
@ -0,0 +1 @@
|
||||
AdventOfCode
|
Loading…
Reference in New Issue
Block a user