Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jul 19, 2024
1 parent a10685b commit 1c3f4f1
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# mac os x
.DS_Store

# related to files
resources/
resources_test/
output/
bin*
bin/

# related to python
.ipynb_checkpoints
__pycache__/

# ?
.$*
bin*
bin/

# related to nextflow
work
.nextflow*

# IDE related
.idea
.vscode

0 comments on commit 1c3f4f1

Please sign in to comment.