Skip to content

Commit 57aeb6a

Browse files
authored
feat: migrate next-rs to opensass (#27)
1 parent 2defa73 commit 57aeb6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2145
-6324
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
# Cargo.lock
9-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

139
# MSVC Windows builds of rustc generate these, which store debugging information
1410
*.pdb
11+
12+
# RustRover
13+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
14+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
15+
# and can be added to the global gitignore or merged into this file. For a more nuclear
16+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17+
#.idea/

.gitmodules

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)