Skip to content

Commit

Permalink
add a gitignore from pipeline; nominally for cleaning for #89
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 11, 2022
1 parent a05d911 commit 363e128
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## NPM.
node_modules

## Emacs things (from
## https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore).
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*

## Org-mode
.org-id-locations
*_archive

# Pipeline artifacts
rules.log
pipeline/target/
pipeline/env
pipeline/*.log

*.egg-info
env
__pycache__

0 comments on commit 363e128

Please sign in to comment.