Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 54 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,54 @@
# for Eclipse
.classpath
.project
.settings

# for build
target
build

# for IDEA
*.iml
*.ipr
*.iws
.idea/

# for mac
.DS_Store

/bin/
/node_modules/
/coverage/
/lib/
/dist/
storybook-static/

# for Eclipse
.classpath
.project
.settings

# for build
target
build

# for IDEA
*.iml
*.ipr
*.iws
.idea/

# for mac
.DS_Store

/bin/
/node_modules/
/coverage/
/lib/
/dist/
storybook-static/
<<<<<<< HEAD
/.vscode
=======

# for Eclipse
.classpath
.project
.settings

# for build
target
build

# for IDEA
*.iml
*.ipr
*.iws
.idea/

# for mac
.DS_Store

/bin/
/node_modules/
/coverage/
/lib/
/dist/
storybook-static/

>>>>>>> parent of efbd4f5 (Paul Changes 002)
32 changes: 18 additions & 14 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
test
node_modules
.DS_Store
src
public
example
test
*.iml
*.ipr
*.iws
.idea/
target
build
coverage
test
node_modules
.DS_Store
src
public
example
*.iml
*.ipr
*.iws
.idea/
target
build
coverage





Loading