diff options
| author | 8cy <[email protected]> | 2020-04-13 22:02:27 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-13 22:02:27 -0700 |
| commit | bd32bc296da4ba2e0f4ac6eae63ae193b5f60a50 (patch) | |
| tree | 72c613df10ece9bed5c168f741321f4485ac6eda /.gitignore | |
| parent | Initial commit (diff) | |
| download | dep-core-bd32bc296da4ba2e0f4ac6eae63ae193b5f60a50.tar.xz dep-core-bd32bc296da4ba2e0f4ac6eae63ae193b5f60a50.zip | |
The Startlegacy
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3e60f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +package-lock.json +.vscode +.vs +.idea +.eclipse |