mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-12-22 06:01:20 +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
|
!.gitignore
|
||||||
|
|
||||||
# Helper scripts
|
# Helper scripts
|
||||||
!*.sh
|
!/*.sh
|
||||||
|
!.common/**/*.sh
|
||||||
|
|
||||||
# Archived problem sets
|
# Archived problem sets
|
||||||
!*.html
|
!*.html
|
||||||
|
@ -21,3 +22,7 @@
|
||||||
|
|
||||||
# Kotlin
|
# Kotlin
|
||||||
!*.kt
|
!*.kt
|
||||||
|
|
||||||
|
# Don't ignore skeletons in .common, but do all others
|
||||||
|
**/skeleton*
|
||||||
|
!.common/**/skeleton*
|
Loading…
Reference in a new issue