111 lines
2.0 KiB
Plaintext
111 lines
2.0 KiB
Plaintext
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
|
|
|
|
# compiled output
|
|
dist
|
|
tmp
|
|
out-tsc
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
|
|
/target
|
|
|
|
.env
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.nx/cache
|
|
.nx/workspace-data
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/yarn,rust,rust-analyzer,visualstudiocode
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=yarn,rust,rust-analyzer,visualstudiocode
|
|
|
|
### Rust ###
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
### rust-analyzer ###
|
|
# Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules)
|
|
rust-project.json
|
|
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### yarn ###
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
|
|
.yarn/*
|
|
!.yarn/releases
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# if you are NOT using Zero-installs, then:
|
|
# comment the following lines
|
|
!.yarn/cache
|
|
|
|
# and uncomment the following lines
|
|
# .pnp.*
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/yarn,rust,rust-analyzer,visualstudiocode
|
|
*.node |