diff options
author | rtk0c <[email protected]> | 2022-06-27 00:13:08 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-27 00:13:08 +0000 |
commit | 8a23aa89a58d3a90d5851b449b5552e1fcdcaded (patch) | |
tree | 86a527705eafe1ba36d6d5744afeddad196c0eeb /.gitignore | |
parent | 9ad9af9f2596b91e1dd65e71543f75b0644e8283 (diff) |
(From git) Initial server setup
git-svn-id: file:///home/arch/svn/epistmool/trunk@4 71f44415-077c-4ad7-a976-72ddbf76608f
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 |