mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 21:59:06 +01:00
23 lines
184 B
Text
23 lines
184 B
Text
*
|
|
!**/
|
|
|
|
!.gitignore
|
|
|
|
# Helper scripts
|
|
!*.sh
|
|
|
|
# Archived problem sets
|
|
!*.html
|
|
|
|
# C++
|
|
!.common/cpp/**
|
|
!*.cpp
|
|
!*.hpp
|
|
# but ignore catch
|
|
.common/cpp/catch*
|
|
|
|
# Java
|
|
!*.java
|
|
|
|
# Kotlin
|
|
!*.kt
|