Skip to content

Commit

Permalink
Add executable bit to validate.sh, and update .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Nov 20, 2024
1 parent 8229e82 commit 72a8252
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ build/
.env

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.idea/*
*.iws
*.iml
*.ipr
Expand Down Expand Up @@ -40,4 +37,8 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store

### Fauna ###
.fauna*

Empty file modified test/validate.sh
100644 → 100755
Empty file.

0 comments on commit 72a8252

Please sign in to comment.