aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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