Merge pull request #2134 from github/henrymercer/remove-junk

Remove some inadvertently checked in build files
This commit is contained in:
Henry Mercer 2024-02-13 15:58:04 +00:00 committed by GitHub
commit 057a9cbd10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 6 additions and 3 deletions

7
.gitignore vendored
View file

@ -1,2 +1,7 @@
# Ignore for example failing-tests.json from AVA
node_modules/.cache
node_modules/.cache/
# Java build files
.gradle/
*.class
# macOS
.DS_Store

View file

@ -1,2 +0,0 @@
#Thu Feb 08 15:11:31 GMT 2024
gradle.version=8.1.1

Binary file not shown.