Skip to content

Commit

Permalink
better packaging for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhocho committed Jul 11, 2019
1 parent fc28036 commit 239132d
Show file tree
Hide file tree
Showing 11 changed files with 553 additions and 115 deletions.
303 changes: 238 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,74 +1,247 @@
# Logs
logs
# Created by https://www.gitignore.io/api/vue,vim,git,node,code,nuxt,xcode,vuejs,linux,macos,kotlin,windows,android,angular,flutter,webstorm,firebase,reactnative,objective-c,androidstudio
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
!/gradle/wrapper/gradle-wrapper.jar
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
!gradle-wrapper.jar
$RECYCLE.BIN/
**/android/**/GeneratedPluginRegistrant.java
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/doc/api/
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.symlinks/
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/profile
**/ios/**/xcuserdata
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Runner/GeneratedPluginRegistrant.*
**/ios/ServiceDefinitions.json
**/xcshareddata/WorkspaceSettings.xcsettings
*-debug.log*
*-error.log*
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*.aab
*.ap_
*.apk
*.class
*.ctxt
*.dSYM
*.dSYM.zip
*.dex
*.ear
*.hmap
*.iml
*.ipa
*.ipr
*.iws
*.jar
*.jks
*.keystore
*.lcov
*.lnk
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.mode1v3
*.mode2v3
*.moved-aside
*.nar
*.orig
*.pbxuser
*.perspectivev3
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
*.rar
*.rs.bk
*.seed
*.stackdump
*.swp
*.tar.gz
*.tgz
*.tsbuildinfo
*.war
*.xccheckout
*.xcodeproj/*
*.xcscmblueprint
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
*google-services.json
*secrets*
*~
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store*
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trash-*
.Trashes
.VolumeIcon.icns
._*
.apdisk
.buckconfig.local
.buckd/
.buckversion
.cache
.cargo-ok
.classpath
.com.apple.timemachine.donotpresent
.cproject
.dart_tool/
.directory
.dynamodb/
.env
.env.*
.eslintcache
.expo
.externalNativeBuild
.fakebuckversion
.firebase
.firebaserc
.flutter-plugins
.flutter-plugins
.fseventsd
.fuse_hidden*
.fusebox/
.gradle/
.gradletasknamecache
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.idea
.idea_modules/
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.mtj.tmp/
.navigation/
.netrwhist
.next
.nfs*
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.npm
.npmrc
.nuxt
.nyc_output
.packages
.project
.pub-cache/
.pub/
.rpt2_cache
.runtimeconfig.json
.sass-cache
.serverless/
.settings/
.signing/
.tern-port
.vscode/*
.vuepress/dist
.yarn-integrity
/*.gcno
Cargo.lock
Carthage/Build
DerivedData/
Icon
Network Trash Folder
Release/
Session.vim
Sessionx.vim
Temporary Items
Thumbs.db
Thumbs.db:encryptable
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]*.un~
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
[Dd]esktop.ini
__generated__
atlassian-ide-plugin.xml
bin/
bower_components
buck-out/
build/
captures/
cmake-build-*/
com_crashlytics_export_strings.xml
connect.lock
coverage/
crashlytics-build.properties
crashlytics.properties
dist/
docs/_book
ehthumbs.db
ehthumbs_vista.db
fabric.properties
fastlane/Preview.html
fastlane/readme.md
fastlane/report.xml
fastlane/screenshots
fastlane/screenshots/**/*.png
fastlane/test_output
freeline.py
freeline/
freeline_project_description.json
gen-external-apklibs
gen/
gradle-app.setting
hs_err_pid*
iOSInjectionProject/
jspm_packages/
lib-cov
lint/generated/
lint/intermediates/
lint/outputs/
lint/tmp/
local.properties
logs
node_modules
now-secrets.json
out/
output.json
pids
proguard/
release/
report.*.json
tmp/
vcs.xml
xcuserdata/
# End

# dotenv environment variables file
.env

# next.js build output
.next

# Compiled
lib
es5
es6

# OS
.DS_Store

# Temp file
*.swp
*~
report.*.json
Loading

0 comments on commit 239132d

Please sign in to comment.