-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
43 lines (41 loc) · 932 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
34
35
36
37
38
39
40
41
42
43
# General files
# Swap files generated by some editors
*.swp
# Backup files created by some editors
*~
# Emacs backup files
.#*
# Backup files
*.bak
# Temporary files
*.tmp
# macOS-specific file
.DS_Store
# IDE-specific directories
# IntelliJ IDEA project files
.idea/
# Visual Studio Code workspace and settings
.vscode/
# Visual Studio Code Insiders workspace and settings
.vscode-insiders/
# General JetBrains IDE project files
.jetbrains/
# Solution User Options file (Visual Studio)
*.suo
# User-specific settings
*.user
# Solution document states (Visual Studio)
*.sln.docstates
# Project IDX project files
.idx/
# Build artifacts
# Generic build directory
target/
# Automatically generated and should not be committed for libraries
/Cargo.lock
# wasm-pack's build directory
pkg/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb