forked from
nekomimi.pet/wisp.place-monorepo
Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
1.DS_STORE
2jacquard/
3binaries/
4# Generated by Cargo
5# will have compiled files and executables
6debug
7target
8
9# These are backup files generated by rustfmt
10**/*.rs.bk
11
12# MSVC Windows builds of rustc generate these, which store debugging information
13*.pdb
14
15# Generated by cargo mutants
16# Contains mutation testing data
17**/mutants.out*/
18
19# RustRover
20# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
21# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
22# and can be added to the global gitignore or merged into this file. For a more nuclear
23# option (not recommended) you can uncomment the following to ignore the entire idea folder.
24#.idea/