diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1 +1,13 @@ -build/ +# Ignore everything in the project root directory, +/* + +# except... +!common/ +!docs/ +!server-v1/ +!ui.qt/ + +!.gitignore +!.editorconfig +!LICENSE +!README.md |