Skip to content

Commit

Permalink
.gitignore file adds log keyword to ignore. (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangchong authored Jul 27, 2022
1 parent 0467ba7 commit 16639d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Package Files #
*.jar
*.zip
*.tar.gz

# see JDK-8214300
.attach_pid*
Expand All @@ -10,6 +12,11 @@ hs_err_pid*
# build targets
target/

# Log file
*.log
/logs
logs.zip

# Intellij Idea files
.idea/
*.iml
Expand All @@ -31,7 +38,6 @@ third-party-dependencies.txt
dependency-reduced-pom.xml

apidoc
*.tar.gz

# Python
*.py[cod]
Expand Down

0 comments on commit 16639d7

Please sign in to comment.