75 lines
No EOL
1.1 KiB
Text
75 lines
No EOL
1.1 KiB
Text
########### OTHER
|
|
ktor/src/main/resources/static/
|
|
|
|
########### ASTRO
|
|
|
|
# build output
|
|
astro/dist/
|
|
# generated types
|
|
astro/.astro/
|
|
|
|
# dependencies
|
|
astro/node_modules/
|
|
|
|
# logs
|
|
astro/npm-debug.log*
|
|
astro/yarn-debug.log*
|
|
astro/yarn-error.log*
|
|
astro/pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
astro/.env
|
|
astro/.env.production
|
|
|
|
# macOS-specific files
|
|
astro/.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
astro/.idea/
|
|
|
|
|
|
########## KTOR
|
|
|
|
ktor/.gradle
|
|
ktor/build/
|
|
ktor/!gradle/wrapper/gradle-wrapper.jar
|
|
ktor/!**/src/main/**/build/
|
|
ktor/!**/src/test/**/build/
|
|
|
|
### IntelliJ IDEA ###
|
|
ktor/.idea/modules.xml
|
|
ktor/.idea/jarRepositories.xml
|
|
ktor/.idea/compiler.xml
|
|
ktor/.idea/libraries/
|
|
ktor/*.iws
|
|
ktor/*.iml
|
|
ktor/*.ipr
|
|
ktor/out/
|
|
ktor/!**/src/main/**/out/
|
|
ktor/!**/src/test/**/out/
|
|
|
|
### Eclipse ###
|
|
ktor/.apt_generated
|
|
ktor/.classpath
|
|
ktor/.factorypath
|
|
ktor/.project
|
|
ktor/.settings
|
|
ktor/.springBeans
|
|
ktor/.sts4-cache
|
|
ktor/bin/
|
|
ktor/!**/src/main/**/bin/
|
|
ktor/!**/src/test/**/bin/
|
|
|
|
### NetBeans ###
|
|
ktor//nbproject/private/
|
|
ktor//nbbuild/
|
|
ktor//dist/
|
|
ktor//nbdist/
|
|
ktor//.nb-gradle/
|
|
|
|
### VS Code ###
|
|
ktor/.vscode/
|
|
|
|
### Mac OS ###
|
|
ktor/.DS_Store |