Skip to content

Commit

Permalink
feat: adds everything from ARC-52 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Apr 15, 2024
1 parent 987e96f commit 5177334
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# macOS settings file
.DS_Store

# Contains all your dependencies
node_modules

# Replace as required with your build location
/build

# Deal with environment files
.env
.env.*

# We'll allow an example .env file which can be copied
!.env.example

# Coverage directory used by testing tools
coverage

# Visual Studio Code configuration
.vscode/


# npm and yarn debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit 5177334

Please sign in to comment.