Compare commits

...

4 Commits

Author SHA1 Message Date
Daniel
f9c1f7b69c
Merge 44db77f8d5 into 57286c3887 2026-07-24 01:20:06 -04:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01:00
IT Si Fu
44db77f8d5
Update Java.gitignore
ignore IDE specific files, maven/gradle files, backup files, OS specific files, environment variables and secrets
2025-09-04 18:55:36 +08:00
2 changed files with 43 additions and 4 deletions

View File

@ -1,12 +1,39 @@
# Compiled class file
*.class
# Eclipse files
.classpath
.project
.settings/
# Log file
*.log
# IntelliJ IDEA files
.idea/
out/
*.iml
# VSCode files
.vscode/
# BlueJ files
*.ctxt
# Maven files
target/
.m2/
# Gradle files
build/
.gradle/
# Compiled class files
*.class
# Ignore logs and temp files
logs/
*.log
*.tmp
*.swp
*~
.\#*
# Backup Files
*.bak
# Mobile Tools for Java (J2ME)
.mtj.tmp/
@ -18,7 +45,18 @@
*.zip
*.tar.gz
*.rar
*.7z
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
# Ignore OS-specific files
.DS_Store
Thumbs.db
Desktop.ini
# Ignore environment variables and secrets
.env
application.properties
application.yml

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
/public/build
/storage/pail