Skip to content

Commit

Permalink
Merge pull request #2 from fission-codes/walkah/initial-updates
Browse files Browse the repository at this point in the history
fix: gitignore, lockfiles, etc
  • Loading branch information
walkah committed Jun 22, 2023
2 parents 1f624b5 + 9f7803d commit b4b2fa1
Show file tree
Hide file tree
Showing 4 changed files with 1,093 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default
* @fission-codes/development
* @fission-codes/neutron
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk

# Ignore local environment settings
.envrc.custom
.direnv

**/package-lock.json
**/pkg/
wasm-pack.log
**/node_modules/

# Other files + dirs
private
*.temp
*.tmp
**/.history
**/.DS_Store
Loading

0 comments on commit b4b2fa1

Please sign in to comment.