aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: db1a07610598938ceb1155175e8b59af21fb9146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ignore everything in the project root directory,
/*

# except...
!common/
!docs/
!server-v1/
!ui.qt/

!.gitignore
!.editorconfig
!LICENSE
!README.md