1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Files
mxpv-podsync/.gitignore
Maksym Pavlenko 7f68ee1e08 Ignore venv
2018-09-17 19:55:30 -07:00

36 lines
349 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
vendor
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
glide.lock
Gopkg.lock
.idea/
node_modules/
package-lock.json
dist/
venv/