forked from templates/template-go-orm
[CI SKIP] Initial commit
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# игнорируем содержимое ent, кроме ent/schema
|
||||
ent/*
|
||||
!ent/schema
|
||||
!ent/schema/**
|
||||
|
||||
# игнорируем маковский индекс
|
||||
.DS_Store
|
||||
|
||||
# локальная документация
|
||||
HELP.md
|
||||
Reference in New Issue
Block a user