ignore
This commit is contained in:
parent
6b960a7ca6
commit
7889571c5c
2 changed files with 5 additions and 1 deletions
4
examples/fullstack/.gitignore
vendored
Normal file
4
examples/fullstack/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.tmp/
|
||||||
|
db.db
|
||||||
|
min/
|
||||||
|
axiom-fullstack
|
|
@ -1,4 +1,4 @@
|
||||||
BIN = axiom
|
BIN = axiom-fullstack
|
||||||
SRC = $(wildcard *.go)
|
SRC = $(wildcard *.go)
|
||||||
GO = $(shell which go)
|
GO = $(shell which go)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue