Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Format and add more useful exclusions
  • Loading branch information
StephanEwen committed Dec 13, 2024
1 parent 3911e00 commit 4bec1ff
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
**/node_modules
**/dist
**/.vscode
**/.idea
**/package-lock.json
**/target
**/restate-data
# IDEs
.vscode
.idea
*.iml

# NodeJS
node_modules
dist
package-lock.json

# Java
.gradle
build
target
out
**/src/main/generated
hs_err_pid*

# Restate Server
restate-data

0 comments on commit 4bec1ff

Please sign in to comment.