diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -7,12 +7,12 @@ data/ .idea/ *.iml public/img/avatar/ +files/ # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a *.so -dev # Folders _obj @@ -32,6 +32,10 @@ _testmain.go *.exe *.exe~ -gogs +/gogs +profile/ __pycache__ *.pem +output* +config.codekit +.brackets.json |