diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d682a7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Ignore all files +*.* + +# Except +!*.json +!*.js +!*.zip +!.gitignore +package.json