Skip to content

Commit

Permalink
chore: more comprehensive gitignore
Browse files Browse the repository at this point in the history
Also, removed `.travis.yml` and dumplicate audit workflow
  • Loading branch information
johnstonskj committed Jul 8, 2024
1 parent 96c5154 commit b4296cd
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 81 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/cargo-audit.yml

This file was deleted.

66 changes: 64 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
.idea
# -*- mode: gitignore; -*-

/target
### Emacs ###

*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/

# cask packages
.cask/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data

### Rust ###

# Generated by Cargo
# will have compiled files and executables
/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

# Generated by `cargo mutants`
/mutants.out/

# Generated by `unused-features analyze`
/report.json
64 changes: 0 additions & 64 deletions .travis.yml

This file was deleted.

0 comments on commit b4296cd

Please sign in to comment.