diff options
| author | Priyansh <[email protected]> | 2020-12-22 18:24:02 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 18:24:02 +0530 |
| commit | 6593dc005ae8d8f94e7c6644e3af4026e57cd2bf (patch) | |
| tree | bbed58eee111662f882e58eb3e5407adcff978b3 | |
| parent | 23ec207b3d34ce9f0b2c347b9e6d3618366a7d56 (diff) | |
| download | styx-6593dc005ae8d8f94e7c6644e3af4026e57cd2bf.tar.xz styx-6593dc005ae8d8f94e7c6644e3af4026e57cd2bf.zip | |
Added ignore for ts_compiled folder
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# Compiled TypeScript files +ts_compiled/ |
