-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (46 loc) · 1.01 KB
/
.gitignore
File metadata and controls
58 lines (46 loc) · 1.01 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Generated by Cargo
# will have compiled files and executables
debug/
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
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.vscode
.idea
# Ruby Gem
*.gem
.bundle
**/Gemfile.lock
**/vendor/bundle
# Node.js and NPM
node_modules
npm-debug.log*
# Ignore package-lock.json except for rocketmq-website and rocketmq-dashboard-tauri
package-lock.json
!rocketmq-website/package-lock.json
!rocketmq-dashboard/rocketmq-dashboard-tauri/package-lock.json
codekit-config.json
# Build output
build
dist
# macOS
.DS_Store
# Jekyll generated files
.jekyll-cache
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site
.claude/*
!.claude/CLAUDE.md
!.claude/rules/
.claude/rules/*
!.claude/rules/*.md
.codex
# Tauri
**/src-tauri/target
**/gen/schemas