mirror of https://github.com/TZGyn/shortener
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
# flyctl launch added from .gitignore
|
|
**/.DS_Store
|
|
**/node_modules
|
|
build
|
|
.svelte-kit
|
|
package
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|
|
**/vite.config.js.timestamp-*
|
|
**/vite.config.ts.timestamp-*
|
|
|
|
# flyctl launch added from node_modules/tailwindcss/stubs/.gitignore
|
|
!node_modules/tailwindcss/stubs/**/*
|
|
fly.toml
|