mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-22 04:28:31 +00:00
Co-authored-by: Philippe Schommers <philippe@schommers.be> Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
/dist
|
|
src/lib/assets/typechain/*
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
|