Skip to content

Commit

Permalink
chore: update .gitignore from template
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 17, 2023
1 parent c1dfbc9 commit fe7e404
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
docs/user-guide/site/

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

# Package Files #
*.jar
*.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*
replay_pid*

# nextflow
.nextflow*
/work*/
/data/
/results/
/output/
/params.yaml

# python packaging
*.pyc
*.egg-info
/build

# macOS
.DS_Store

# code editors
.vscode/
*.code-workspace

# user-specific dev files
*KLS*
*.Rproj
.Rproj.user
.Rhistory

/submit_slurm.sh
/tmp/

0 comments on commit fe7e404

Please sign in to comment.