1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
echo/.gitignore

43 lines
574 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
website/marathon*
# node.js web dependencies
node_modules
# code coverage output files
*.coverprofile