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