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
|
||||
.apdisk
|
||||
|
||||
# -----------------------------------
|
||||
# Golang
|
||||
# -----------------------------------
|
||||
|
||||
*.gen.go
|
||||
|
||||
# -----------------------------------
|
||||
# Builds
|
||||
# -----------------------------------
|
||||
|
||||
surreal
|
||||
|
||||
# -----------------------------------
|
||||
# Files
|
||||
# -----------------------------------
|
||||
|
||||
surreal.db
|
||||
*.test
|
||||
*.cover
|
||||
*.gen.go
|
||||
|
||||
# -----------------------------------
|
||||
# Other
|
||||
# Folders
|
||||
# -----------------------------------
|
||||
|
||||
app/*
|
||||
dev/*
|
||||
vendor/*
|
||||
node_modules/*
|
||||
bower_components/*
|
||||
app/
|
||||
dev/
|
||||
vendor/
|
||||
node_modules/
|
||||
bower_components/
|
||||
|
||||
# -----------------------------------
|
||||
# Specific
|
||||
# -----------------------------------
|
||||
|
||||
surreal
|
||||
|
|
Loading…
Reference in a new issue