1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-28 08:38:39 +02:00
echo/.gitignore
Vishal Rana 54824fc22f Added gulp to website
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-04-18 22:27:30 -07:00

32 lines
318 B
Plaintext

# 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
# Website
site/
.publish/
# Node.js
node_modules/