summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 01:00:37 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 01:00:37 +0200
commitb896880f0a1d08f1e46f69676bab95af6ec44b50 (patch)
tree09a19e3f1c05845e6e88f17f5b824b8656ca1828 /.gitignore
downloadIRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.gz
IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.tar.zst
IRC-b896880f0a1d08f1e46f69676bab95af6ec44b50.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3682ee2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# Build
+#dist/*
+#dist/static/*
+#!dist/static/
+#!dist/static/jquery
+
+# Logs
+*.log*
+
+# Dependency directories
+node_modules/
+
+# dotenv environment variables file
+.env
+
+# Typescript
+.tsbuildinfo