Setup go server
This commit is contained in:
parent
1383549e4b
commit
268dd63423
6 changed files with 143 additions and 17 deletions
50
.gitignore
vendored
50
.gitignore
vendored
|
@ -1,16 +1,36 @@
|
|||
# ---> Clojure
|
||||
pom.xml
|
||||
pom.xml.asc
|
||||
*.jar
|
||||
*.class
|
||||
/lib/
|
||||
/classes/
|
||||
/target/
|
||||
/checkouts/
|
||||
.lein-deps-sum
|
||||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.lein-failures
|
||||
.nrepl-port
|
||||
.cpcache/
|
||||
# .gitignore config
|
||||
|
||||
# aah application - start
|
||||
aah.go
|
||||
aah_*_vfs.go
|
||||
*.pid
|
||||
app/generated
|
||||
build/
|
||||
vendor/*/
|
||||
main
|
||||
# aah application - end
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue