Update gitignore file
This commit is contained in:
parent
e3c472b31a
commit
97ccc34af1
1 changed files with 15 additions and 19 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
@ -21,30 +21,26 @@ Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
# -----------------------------------
|
|
||||||
# Golang
|
|
||||||
# -----------------------------------
|
|
||||||
|
|
||||||
*.gen.go
|
|
||||||
|
|
||||||
# -----------------------------------
|
|
||||||
# Builds
|
|
||||||
# -----------------------------------
|
|
||||||
|
|
||||||
surreal
|
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# Files
|
# Files
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
surreal.db
|
*.test
|
||||||
|
*.cover
|
||||||
|
*.gen.go
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# Other
|
# Folders
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
app/*
|
app/
|
||||||
dev/*
|
dev/
|
||||||
vendor/*
|
vendor/
|
||||||
node_modules/*
|
node_modules/
|
||||||
bower_components/*
|
bower_components/
|
||||||
|
|
||||||
|
# -----------------------------------
|
||||||
|
# Specific
|
||||||
|
# -----------------------------------
|
||||||
|
|
||||||
|
surreal
|
||||||
|
|
Loading…
Reference in a new issue