diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,6 @@ target/ | |||
9 | # MSVC Windows builds of rustc generate these, which store debugging information | 9 | # MSVC Windows builds of rustc generate these, which store debugging information |
10 | *.pdb | 10 | *.pdb |
11 | 11 | ||
12 | .idea \ No newline at end of file | 12 | *.sqlite* |
13 | |||
14 | .idea | ||