mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
6c320ca50b
Signed-off-by: Vishal Rana <vr@labstack.com>
45 lines
572 B
Plaintext
45 lines
572 B
Plaintext
# gitignore - Specifies intentionally untracked files to ignore
|
|
# http://git-scm.com/docs/gitignore
|
|
|
|
# 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
|
|
|
|
# submodule properties
|
|
.gitmodules
|
|
|
|
# compiled web files
|
|
website/public
|
|
website/make
|
|
website/Makefile
|
|
|
|
# node.js web dependencies
|
|
node_modules
|
|
|
|
# code coverage output files
|
|
*.coverprofile
|
|
|
|
# glide
|
|
vendor
|