diff options
author | stuebinm | 2021-04-04 02:59:42 +0200 |
---|---|---|
committer | stuebinm | 2021-04-04 03:01:19 +0200 |
commit | bc8ac4057203f02ab8a897650d6ea519cac299cb (patch) | |
tree | 5708d1bbdb1b4a457c4a14a32fa14730efdb7305 /age-wasm/.gitignore | |
parent | f111b082493bfc57dbe3fa1edf74581b5957c18f (diff) |
age-wasm: move into subdirectory
Diffstat (limited to 'age-wasm/.gitignore')
-rw-r--r-- | age-wasm/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/age-wasm/.gitignore b/age-wasm/.gitignore new file mode 100644 index 0000000..1711838 --- /dev/null +++ b/age-wasm/.gitignore @@ -0,0 +1,5 @@ +/target +**/*.rs.bk +bin/ +pkg/ +wasm-pack.log |