Switch gitignore, collect AoC data
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,11 +1,11 @@
|
||||
# Ignore all executables
|
||||
### Ignore all
|
||||
*
|
||||
### Unignore all with extensions
|
||||
!*.*
|
||||
### Unignore all dirs
|
||||
!*/
|
||||
|
||||
# # Ignore all executables
|
||||
# ### Ignore all
|
||||
# *
|
||||
# ### Unignore all with extensions
|
||||
# !*.*
|
||||
# ### Unignore all dirs
|
||||
# !*/
|
||||
Main
|
||||
|
||||
# Regular gitignore
|
||||
.direnv
|
||||
|
||||
1000
src/advent_of_code/2023/input1
Normal file
1000
src/advent_of_code/2023/input1
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user