Skip to content

Commit 1db7708

Browse files
authored
Ignore common node and python files (#97)
These are going to start showing up in the examples. If you run the recipegenerator example, you would see these as changes. Signed-off-by: Craig Jellick <[email protected]>
1 parent 3623521 commit 1db7708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/bin
22
/.idea
33
/static/ui
4+
**/node_modules/
5+
**/package-lock.json
6+
**/__pycache__

0 commit comments

Comments
 (0)