diff options
author | EuAndreh <eu@euandre.org> | 2023-11-10 15:53:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-10 15:53:01 -0300 |
commit | de1a68512368a486bbc5d55988f0b031ac1cb9c7 (patch) | |
tree | 030e081630bc11f9577437ad289740cbb25d21a9 | |
parent | tests/js/: Run the files directly (diff) | |
download | papod-de1a68512368a486bbc5d55988f0b031ac1cb9c7.tar.gz papod-de1a68512368a486bbc5d55988f0b031ac1cb9c7.tar.xz |
.gitignore: Exclude the generated .3js file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ /doc/*.[0-9] +/doc/*.3js /src/index.js |