Skip to content

Commit

Permalink
Merge branch 'james/misc/gitgnore-anoma' (#289)
Browse files Browse the repository at this point in the history
* james/misc/gitgnore-anoma:
  Add changelog
  .gitignore: make some patterns relative to repo root
  • Loading branch information
tzemanovic committed Aug 17, 2022
2 parents 1e1f551 + 8593feb commit 38cfd24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/miscellaneous/1158-gitignore-anoma.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Make some .gitignore patterns relative to repo root
([#1158](https://github.com/anoma/anoma/pull/1158))
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ debug/
target/

# Release packages
anoma-*/
anoma-*.tar.gz
/anoma-*/
/anoma-*.tar.gz

# These are backup files generated by rustfmt
**/*.rs.bk
Expand All @@ -26,4 +26,4 @@ anoma-*.tar.gz
wasm/*.wasm

# app version string file
apps/version.rs
/apps/version.rs

0 comments on commit 38cfd24

Please sign in to comment.