57 lines
623 B
Plaintext
Raw Normal View History

2016-10-21 19:31:42 +09: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
*.exe
*.test
*.prof
2017-07-05 04:10:19 +02:00
*.pprof
2016-10-21 19:31:42 +09:00
2019-04-12 16:44:05 +09:00
# Windows artifacts
desktop.ini
2016-10-21 19:31:42 +09:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# external packages folder
2016-10-21 22:10:05 +09:00
vendor/
2016-10-22 15:21:26 +09:00
node_modules/
2016-11-19 02:58:00 +09:00
tmp/
2016-10-21 22:10:05 +09:00
2017-06-20 15:46:49 +02:00
# NPM
/package-lock.json
2016-10-21 22:10:05 +09:00
# debugger
2016-10-29 01:11:25 +09:00
debug
# pixy
2016-11-13 01:40:16 +09:00
/components
2016-11-02 22:47:22 +09:00
# binaries
2016-12-02 00:27:53 +09:00
/notify.moe
2017-06-07 23:37:13 +02:00
# Log files
2017-06-19 03:59:59 +02:00
*.log
# JS files
2017-06-22 09:32:02 +02:00
*.js
# Personal startup settings for each contributor
/custom.go