aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-07-24 16:36:58 +0800
committer135e2 <[email protected]>2022-07-24 17:49:29 +0800
commitc604a64eddd4bbe7111733ed9951b60d28774041 (patch)
tree8337c70a3e736bc2e795e4e307a365a7f798d6ab /.gitignore
downloadotonashi-c604a64eddd4bbe7111733ed9951b60d28774041.tar.gz
otonashi-c604a64eddd4bbe7111733ed9951b60d28774041.tar.bz2
otonashi-c604a64eddd4bbe7111733ed9951b60d28774041.zip
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..403adbc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+.DS_Store
+node_modules
+/dist
+
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?