refactor: rewrite

This commit is contained in:
Kevin Yue
2023-02-17 01:21:36 -05:00
parent 7bef2ccc68
commit 19b9b757f4
194 changed files with 7885 additions and 8034 deletions

89
.gitignore vendored
View File

@@ -1,70 +1,35 @@
# Binaries
*.rpm
*.gz
*.snap
.DS_Store
build-debian
build
artifacts
# Created by https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,visualstudiocode
.cmake
.idea
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Auto generated DBus files
*_adaptor.cpp
*_adaptor.h
# These are backup files generated by rustfmt
**/*.rs.bk
gpservice_interface.*
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
*.qm
*.prl
# Local History for Visual Studio Code
.history/
# Qt unit tests
target_wrapper.*
# Built Visual Studio Code Extensions
*.vsix
# QtCreator
*.autosave
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*
# QtCreator CMake
CMakeLists.txt.user*
# QtCreator 4.8< compilation database
compile_commands.json
# QtCreator local machine specific files for imported projects
*creator.user*
# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode