Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 13, 2024
1 parent 5e33464 commit 6af2cae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/*.key
**/*.crt
**/*.pem
**/*.pem-chain
**/*.ca.pem
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/**/node_modules
npm-debug.log*

# TypeScript
*.tsbuildinfo
/**/*.tsbuildinfo
/**/*.d.ts

# JavaScript
/**/*.js

# misc
.DS_Store
.DS_Store?
/**/.DS_Store
/**/.DS_Store?

# eslint
.eslintcache
/**/.eslintcache
15 changes: 0 additions & 15 deletions packages/movinin-helper/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions packages/movinin-types/.gitignore

This file was deleted.

0 comments on commit 6af2cae

Please sign in to comment.