File: .gitignore

package info (click to toggle)
rust-syntect-no-panic 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,080 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# macOS
.DS_Store
Thumbs.db

# Windows
[Dd]esktop.ini

# cargo
target/
Cargo.lock

# IDEA
.idea/
*.iml

# Sublime Text
*.sublime-workspace

# VS Code
.vscode/