Skip to content

Commit

Permalink
Push works
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Sep 24, 2024
1 parent 3d7e416 commit 30eac34
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 2 deletions.
44 changes: 42 additions & 2 deletions .aiexclude
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
.kotlin
spring-cli-standalone
compose-samples
*.code-workspace
.idea
*.ipr
*.iws
*.iml
# *.odt

#Exclude everything
*
# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build

# android props
local.properties

# Visual studio code
.vs

# binaries
bin

# maven destination
target

# build destination
output

# extra private
workspace.yml
e3p0.yaml
managed-jbake-context.yml
private.properties

# windows personalisation
desktop.ini
training-institut-2598582b592a.json
.next

*.hprof
43 changes: 43 additions & 0 deletions application/.aiexclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.kotlin
spring-cli-standalone
compose-samples
*.code-workspace
.idea
*.ipr
*.iws
*.iml
# *.odt

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build

# android props
local.properties

# Visual studio code
.vs

# binaries
bin

# maven destination
target

# build destination
output

# extra private
workspace.yml
e3p0.yaml
managed-jbake-context.yml
private.properties

# windows personalisation
desktop.ini
training-institut-2598582b592a.json
.next

*.hprof

0 comments on commit 30eac34

Please sign in to comment.