mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
4 Commits
2d8cfea2d0
...
f9c1f7b69c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9c1f7b69c | ||
|
|
57286c3887 | ||
|
|
90db345f0d | ||
|
|
44db77f8d5 |
@ -1,12 +1,39 @@
|
|||||||
# Compiled class file
|
# Eclipse files
|
||||||
*.class
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
# Log file
|
# IntelliJ IDEA files
|
||||||
*.log
|
.idea/
|
||||||
|
out/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# VSCode files
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# BlueJ files
|
# BlueJ files
|
||||||
*.ctxt
|
*.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)
|
# Mobile Tools for Java (J2ME)
|
||||||
.mtj.tmp/
|
.mtj.tmp/
|
||||||
|
|
||||||
@ -18,7 +45,18 @@
|
|||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.rar
|
*.rar
|
||||||
|
*.7z
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
# Ignore OS-specific files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Ignore environment variables and secrets
|
||||||
|
.env
|
||||||
|
application.properties
|
||||||
|
application.yml
|
||||||
|
|||||||
@ -21,6 +21,7 @@ Homestead.yaml
|
|||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
/.phpunit.cache
|
||||||
|
|
||||||
/public/build
|
/public/build
|
||||||
/storage/pail
|
/storage/pail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user