diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-20 18:02:23 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-20 18:02:23 -0400 |
| commit | 994c2be53b11c8e9854743b3924094fb97b34022 (patch) | |
| tree | dd2c7b8ccd8bdbf5a1cac441b2674675fb910961 /.gitignore | |
| parent | cfc3779ce42855d18930b9f32b76b9770928f4d8 (diff) | |
| download | AstralMod-ATC-994c2be53b11c8e9854743b3924094fb97b34022.tar.gz AstralMod-ATC-994c2be53b11c8e9854743b3924094fb97b34022.tar.bz2 AstralMod-ATC-994c2be53b11c8e9854743b3924094fb97b34022.zip | |
Added the source files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10ad701 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ + +keys.js + +onnode_modules/ + +.vs/ +td.js + +node_modules/ + +keys\.json |
