diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-03 19:50:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-03 19:50:17 +0200 |
commit | 773c4ef10e3b2be7376271afe30633848fb0eb94 (patch) | |
tree | d2d2a02b5596f413ad3b2f21e1aa6e83c59e59b7 /.gitignore | |
parent | 2876d7a9ec90cd75274b18f6383fa35bd075d6b2 (diff) |
python from stdin + plugin beginnings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e325aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +**/*.js + |