mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-23 19:15:59 +00:00
create src
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
### Rust template
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
target/
|
||||
|
||||
# repositories used for local testing
|
||||
/tests/fixtures/repos
|
||||
$/tests/fixtures/repos/
|
||||
|
||||
/tests/fixtures/commit-graphs/
|
||||
$/tests/fixtures/commit-graphs/
|
||||
|
||||
**/generated-do-not-edit/
|
||||
|
||||
# Cargo lock files of fuzz targets - let's have the latest versions of everything under test
|
||||
**/fuzz/Cargo.lock
|
||||
|
||||
# newer Git sees these as precious, older Git falls through to the pattern above
|
||||
$**/fuzz/Cargo.lock
|
||||
|
||||
# Instead of adding more environment-specific ignores here, like for the IDE in use, prefer Git's user-global
|
||||
# `core.excludesFile` mechanism, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile.
|
||||
Reference in New Issue
Block a user