diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6cd1df2b7a..eab518bb53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ + + +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 |