Skip to content

Commit

Permalink
Add a git ignore to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Oct 8, 2024
1 parent 5843825 commit 47b17b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/node_modules/

# PLTs go here for CI cache purposes
/plts/

# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch

# Ignore package tarball (built via "mix hex.build").
anoma-*.tar

# Temporary files, for example, from tests.
/tmp/

# Emacs git ignore
*.*~
\#*\#

# VSCode git ignore
.vscode/

# Docs versioning
.doc-versions.js

# Certificate files
*.pem

0 comments on commit 47b17b4

Please sign in to comment.