Remove bin directory from repo

This commit is contained in:
2026-05-31 21:10:18 +02:00
parent 6e8cb8d560
commit 7d4ffee203
34 changed files with 55 additions and 67 deletions
+55 -63
View File
@@ -1,19 +1,6 @@
backend/.db/ ########################
backend/.env # GLOBAL (all projects)
backend/todo ########################
backend/.creds
backend/init/*
backend/*temp.java
backend/src/main/java/dev/ksan/etfoglasiserver/temp.java
backend/bin/
# Java / Gradle
backend/.gradle/
backend/build/
# IDEs # IDEs
.idea/ .idea/
@@ -22,7 +9,28 @@ backend/build/
*.ipr *.ipr
*.iws *.iws
# Eclipse / STS # OS
.DS_Store
# Logs
*.log
########################
# BACKEND (Spring Boot)
########################
backend/.gradle/
backend/build/
backend/bin/
backend/.env
backend/.creds
backend/.db/
backend/init/*
backend/**/*temp.java
# Java / Eclipse / STS
.classpath .classpath
.project .project
.settings/ .settings/
@@ -35,54 +43,38 @@ nbbuild/
nbdist/ nbdist/
.nb-gradle/ .nb-gradle/
# Environment & secrets ########################
backend/.env # FRONTEND (React Native / Expo)
backend/.creds ########################
# Local database frontend/node_modules/
backend/.db/
## frontend frontend/.expo/
frontend/dist/
frontend/web-build/
# dependencies frontend/.kotlin/
node_modules/ frontend/*.orig.*
frontend/*.jks
frontend/*.p8
frontend/*.p12
frontend/*.key
frontend/*.mobileprovision
frontend/.metro-health-check*
frontend/npm-debug.*
frontend/yarn-debug.*
frontend/yarn-error.*
frontend/.env
frontend/.env*.local
frontend/*.tsbuildinfo
# Native builds
frontend/ios/
frontend/android/
# Expo # Expo
.expo/ frontend/expo-env.d.ts
dist/
web-build/
expo-env.d.ts
# Native
.kotlin/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
# Metro
.metro-health-check*
# debug
npm-debug.*
yarn-debug.*
yarn-error.*
# macOS
.DS_Store
*.pem
# local env files
.env*.local
frontend/.env
# typescript
*.tsbuildinfo
app-example
# generated native folders
/ios
/android
-4
View File
@@ -1,4 +0,0 @@
spring.application.name=etfoglasi-server
spring.datasource.url=jdbc:postgresql://localhost:5432/etfo-db
spring.datasource.username=test
spring.datasource.password=test