Permalink
Please sign in to comment.
Browse files
Added Opa.gitignore
A .gitignore template for the Opa language <http://opalang.org>
- Loading branch information...
13
Opa.gitignore
| @@ -0,0 +1,13 @@ | ||
| +_build | ||
| +_tracks | ||
| + | ||
| +opa-debug-js | ||
| + | ||
| +*.opp | ||
| +*.opx | ||
| +*.opx.broken | ||
| +*.dump | ||
| +*.api | ||
| +*.api-txt | ||
| +*.exe | ||
| +*.log |
0 comments on commit
ca9eb76