diff options
author | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
---|---|---|
committer | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
commit | 051748771895bb040188221c3e4136878dbedb8a (patch) | |
tree | 9492d6020c9294b12b3fd912520746e0df847406 /.gitignore | |
download | FlightCore-051748771895bb040188221c3e4136878dbedb8a.tar.gz FlightCore-051748771895bb040188221c3e4136878dbedb8a.zip |
. initial
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f8d3f5b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.* +!.gitignore + +node_modules/ +target/ + +dist/js/*.js +dist/js/*.map
\ No newline at end of file |