aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-26 11:45:47 +1000
committerYuchen Pei <hi@ypei.me>2021-08-26 11:45:47 +1000
commitefa352a6de4de467e645c50503257e17254f436e (patch)
tree610e6d82eee4286e9409a844a859e12fcd3d91c6 /.gitignore
parentcf8584c645ca1178c027268b9fd273db6d15248a (diff)
add mysql to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e4e5f6c..c06b95f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-*~ \ No newline at end of file
+*~
+mysql/ \ No newline at end of file