mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
12 Commits
2bb0b8c8fd
...
9f2d6a7c63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f2d6a7c63 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
44db77f8d5 |
@ -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
|
||||
|
||||
@ -7,7 +7,7 @@ release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
||||
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Eclipse m2e generated files
|
||||
|
||||
@ -4,3 +4,6 @@ result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore NixOS interactive test driver history
|
||||
**/.nixos-test-history
|
||||
|
||||
@ -75,6 +75,11 @@ acs-*.bib
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tuc
|
||||
*.tui
|
||||
*.tuo
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user