0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 01:14:10 -05:00
forgejo/.gitignore

36 lines
353 B
Text
Raw Normal View History

2014-02-14 09:20:57 -05:00
.DS_Store
*.db
2014-03-10 22:03:17 -05:00
*.log
2014-03-13 23:19:07 -05:00
custom/
2014-03-22 07:49:53 -05:00
data/
2014-03-20 06:50:26 -05:00
.vendor/
.idea/
2014-03-23 09:58:50 -05:00
*.iml
public/img/avatar/
2014-03-24 09:28:20 -05:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
2014-03-31 00:30:32 -05:00
*.exe
*.exe~
gogs
__pycache__