mirror of
https://github.com/rajnandan1/kener.git
synced 2026-06-23 04:10:22 +00:00
22 lines
283 B
Plaintext
22 lines
283 B
Plaintext
.DS_Store
|
|
node_modules
|
|
static/kener
|
|
build
|
|
config/monitors.yaml
|
|
config/site.yaml
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
.okgit/
|
|
config/static/*
|
|
!config/static/.kener
|
|
**/*.yaml
|
|
**/*.yml
|
|
.github/ |