slate/.gitignore

26 lines
338 B
Plaintext
Raw Normal View History

2020-02-19 09:30:47 +03:00
.next
.env
2020-09-09 20:29:48 +03:00
.env-development
.env-textile
2020-08-17 02:45:37 +03:00
.env-production
2020-02-19 09:30:47 +03:00
.DS_STORE
DS_STORE
2020-02-19 09:30:47 +03:00
package-lock.json
2020-07-23 19:08:48 +03:00
yarn.lock
2020-02-19 09:30:47 +03:00
node_modules
dist
2020-02-19 09:30:47 +03:00
/**/*/package-lock.json
/**/*/.DS_STORE
/**/*/node_modules
/**/*/.next
/**/*/.data
2020-02-19 09:30:47 +03:00
.data/*
!.data/.gitkeep
public/static/files/*
!public/static/files/.gitkeep
public/static/system/*
!public/static/system/.gitkeep