aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@yahoo.com> 2021-01-25 20:12:50 -0800
committerGravatar Anshul Gupta <ansg191@yahoo.com> 2021-01-25 20:12:50 -0800
commit8b00040b827c9ae23d672eb347119f6bf2774f3d (patch)
tree0c5c2fbfe3aa38379b605e5e42f1b7ca38ed5c7a /.gitignore
parent481fcb1975047f5374a5c28abac65ae80e772126 (diff)
downloadspotify-master.tar.gz
spotify-master.tar.zst
spotify-master.zip
Create .gitignoreHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
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