diff options
author | fx <[email protected]> | 2023-10-09 16:06:08 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-09 16:06:08 +0200 |
commit | 732c487d3dab4af9fc561527591d3d56299e39f2 (patch) | |
tree | 8c26464761f0c879a0aa7517e236af72cf87c6b2 /.gitignore | |
parent | bc5f721de8996b48550b5069f5592caf2968e822 (diff) | |
download | webol-732c487d3dab4af9fc561527591d3d56299e39f2.tar webol-732c487d3dab4af9fc561527591d3d56299e39f2.tar.gz webol-732c487d3dab4af9fc561527591d3d56299e39f2.zip |
added db for devices
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 | ||