diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6cd1df2b7a..2248ed1998 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,16 @@ +gogs +*.exe +*.exe~ +.DS_Store +*.db +*.log +custom/ +data/ +.vendor/ +.idea/ +*.iml +public/img/avatar/ + # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a |