diff options
author | 2021-01-25 20:12:50 -0800 | |
---|---|---|
committer | 2021-01-25 20:12:50 -0800 | |
commit | 8b00040b827c9ae23d672eb347119f6bf2774f3d (patch) | |
tree | 0c5c2fbfe3aa38379b605e5e42f1b7ca38ed5c7a /.gitignore | |
parent | 481fcb1975047f5374a5c28abac65ae80e772126 (diff) | |
download | spotify-master.tar.gz spotify-master.tar.zst spotify-master.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3db8f82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Generic ignores +config.json +.idea/ +*.js.map + +# Ignore node_modules but keep index.d.ts of passport-spotify +node_modules/* +!node_modules/@types +node_modules/@types/* +!node_modules/@types/passport-spotify +node_modules/@types/passport-spotify/* +!node_modules/@types/passport-spotify/index.d.ts + +# Ignore compiled js files +apis/*.js +routers/*.js +public/scripts/*.js +functions.js +server.js +sql.js
\ No newline at end of file |