add openhack files
This commit is contained in:
51
apis/userprofile/.npmignore
Normal file
51
apis/userprofile/.npmignore
Normal file
@ -0,0 +1,51 @@
|
||||
# Automatically ignored per:
|
||||
# https://www.npmjs.org/doc/developers.html#Keeping-files-out-of-your-package
|
||||
#
|
||||
# .*.swp
|
||||
# ._*
|
||||
# .DS_Store
|
||||
# .git
|
||||
# .hg
|
||||
# .lock-wscript
|
||||
# .svn
|
||||
# .wafpickle-*
|
||||
# CVS
|
||||
# npm-debug.log
|
||||
# node_modules
|
||||
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
*.orig
|
||||
|
||||
work
|
||||
build
|
||||
test
|
||||
pids
|
||||
logs
|
||||
results
|
||||
coverage
|
||||
lib-cov
|
||||
html-report
|
||||
xunit.xml
|
||||
|
||||
.project
|
||||
.idea
|
||||
.settings
|
||||
.iml
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
test/temp
|
Reference in New Issue
Block a user