geartrack
Version:
Tracking providers for Gearbest and AliExpress Orders.
115 lines (80 loc) • 1.97 kB
Plain Text
Created by https://www.gitignore.io/api/windows,node,phpstorm,visualstudiocode
## Windows ###
Windows image file caches
Thumbs.db
ehthumbs.db
Folder config file
Desktop.ini
Recycle Bin used on file shares
RECYCLE.BIN/
Windows Installer files
*.cab
*.msi
*.msm
*.msp
Windows shortcuts
*.lnk
## Node ###
Logs
logs
*.log
npm-debug.log*
Runtime data
pids
*.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)
.grunt
node-waf configuration
.lock-wscript
Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
Dependency directories
node_modules
jspm_packages
Optional npm cache directory
.npm
Optional eslint cache
.eslintcache
Optional REPL history
.node_repl_history
Output of 'npm pack'
*.tgz
Typings directory
typings
## PhpStorm ###
Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
# File-based project format:
*.iws
# Plugin-specific files:
IntelliJ
/out/
mpeltonen/sbt-idea plugin
.idea_modules/
JIRA plugin
atlassian-ide-plugin.xml
Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
## PhpStorm Patch ###
Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
*.iml
modules.xml
.idea/misc.xml
*.ipr
## VisualStudioCode ###
.vscode
typings.json
## NPM Lock file (having some problems when updating on production server)
package-lock.json