Switch gitignore, collect AoC data
parent
e316345265
commit
bc4c273de0
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue