diff options
author | Lauris BH <lauris@nix.lv> | 2017-09-12 15:27:44 +0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-09-12 20:27:44 +0800 |
commit | 4c2b1be3a4bc0479927922f12b0c71b2404d073f (patch) | |
tree | 9d680c8ad29fb67a198a5069bcbd68340e63682d /.gitignore | |
parent | 8c3a2e817be8a365abf167893e1d73ae79382cb6 (diff) | |
download | gitea-4c2b1be3a4bc0479927922f12b0c71b2404d073f.tar.gz gitea-4c2b1be3a4bc0479927922f12b0c71b2404d073f.zip |
Basic VSCode configuration for building and debugging (#2483)
* Basic VSCode configuration for building and debugging
* Fix building and debugging in Windows
* Move to contrib folder and add instructions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3274c5057..1a1aa568bc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ _test # IntelliJ .idea +# MS VSCode +.vscode + # Architecture specific extensions/prefixes *.[568vq] [568vq].out @@ -36,6 +39,7 @@ _testmain.go *.log /gitea +/debug /integrations.test /bin |