54 lines
590 B
Plaintext
Raw Normal View History

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