mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-12-21 18:41:22 +01:00
chore: improve gitignore
* ignore scripts everywhere else apart from root and common * ignore skeletones everywhere else apart from common Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
66a0cec5a1
commit
97921c6340
1 changed files with 6 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -4,7 +4,8 @@
|
|||
!.gitignore
|
||||
|
||||
# Helper scripts
|
||||
!*.sh
|
||||
!/*.sh
|
||||
!.common/**/*.sh
|
||||
|
||||
# Archived problem sets
|
||||
!*.html
|
||||
|
@ -21,3 +22,7 @@
|
|||
|
||||
# Kotlin
|
||||
!*.kt
|
||||
|
||||
# Don't ignore skeletons in .common, but do all others
|
||||
**/skeleton*
|
||||
!.common/**/skeleton*
|
Loading…
Reference in a new issue