Skip to content

Commit

Permalink
Add .gitignore from root
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Nov 6, 2024
1 parent 7cb3945 commit 5571e27
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# GITHUB JAVA DEFAULTS

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Intellij
/.idea
!/.idea/fileTemplates/internal/AnnotationType.java
!/.idea/fileTemplates/internal/Class.java
!/.idea/fileTemplates/internal/Enum.java
!/.idea/fileTemplates/includes/File Header.java
!/.idea/fileTemplates/internal/Interface.java
!/.idea/codeStyles/codeStyleConfig.xml
!/.idea/codeStyles/Project.xml
!/.idea/icon.svg
/.tx/.idea

# Bisq
*.iml
*.spvchain
*.wallet
*.ser
*.sh
.DS_Store
.gradle
build
out

# Makefile tests / Temp created by some targets, needed by other targets
# can be removed with `make clean`
seed1-tor-hostname
seed2-tor-hostname
seed1-i2p-destination
seed2-i2p-destination
/.run/

# Docker Compose data directories
docker/data_dirs

0 comments on commit 5571e27

Please sign in to comment.