mirror of
https://github.com/UzixLS/migresia.git
synced 2025-07-18 23:01:21 +03:00
Use priv folder to store migrations and include folder to store a link to the .hrl file with table definitions - so that both are included when creating a new release
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,8 @@
|
||||
/ebin/
|
||||
.eunit
|
||||
deps
|
||||
*.o
|
||||
*.beam
|
||||
*.plt
|
||||
*.plt
|
||||
|
||||
/ebin/
|
||||
/priv/migrate/
|
||||
/include/tables.hrl
|
||||
|
Reference in New Issue
Block a user