1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/.gitignore

34 lines
327 B
Plaintext
Raw Normal View History

2017-07-19 19:41:58 -07:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
2016-10-02 09:10:28 -04:00
2017-07-19 19:41:58 -07:00
# Folders
_obj
_test
2018-11-22 14:48:53 -08:00
vendor/
2016-10-02 09:10:28 -04:00
2017-07-19 19:41:58 -07:00
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
2016-10-02 09:10:28 -04:00
2017-07-19 19:41:58 -07:00
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
2016-10-02 09:10:28 -04:00
2017-07-19 19:41:58 -07:00
_testmain.go
2016-10-02 09:10:28 -04:00
2017-07-19 19:41:58 -07:00
*.test
*.prof
2017-07-19 19:40:44 -07:00
2017-08-20 13:01:58 -07:00
.idea/
2019-02-24 14:19:55 -08:00
bin/
2017-08-20 13:01:58 -07:00
node_modules/
2018-09-17 19:55:30 -07:00
dist/
2018-10-06 19:25:07 -07:00
venv/
2019-11-13 19:12:33 -08:00
.DS_Store
/podsync