-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
33 lines (26 loc) · 949 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by https://www.toptal.com/developers/gitignore/api/vscode,rust,dotenv
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,rust,dotenv
### dotenv ###
# This normally contains sensitive information, like DB passwords, so we don't want
# this commited in a source code repository.
.env
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# End of https://www.toptal.com/developers/gitignore/api/vscode,rust,dotenv
# Typescript generated files
static/js/tsconfig\.tsbuildinfo
static/js/zorgit\.js
# The local datebase that is used for development
db/zorgit.sqlite