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)
42 changes: 28 additions & 14 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
test
node_modules
.DS_Store
src
public
example
test
*.iml
*.ipr
*.iws
.idea/
target
build
coverage
test
node_modules
.DS_Store
src
public
example
test
*.iml
*.ipr
*.iws
.idea/
target
build
coverage
test
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the feeling these lines are duplicated, is there any reason?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hit the resolved by accident. Toolset did this again. I'll remove them.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you pushed your changes because I can still see the changes.

node_modules
.DS_Store
src
public
example
test
*.iml
*.ipr
*.iws
.idea/
target
build
coverage
Loading