autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

.gitignore (2366B)


      1 
      2 # Created by https://www.gitignore.io/api/osx,linux,windows,node
      3 # Edit at https://www.gitignore.io/?templates=osx,linux,windows,node
      4 
      5 ### Linux ###
      6 *~
      7 
      8 # temporary files which can be created if a process still has a handle open of a deleted file
      9 .fuse_hidden*
     10 
     11 # KDE directory preferences
     12 .directory
     13 
     14 # Linux trash folder which might appear on any partition or disk
     15 .Trash-*
     16 
     17 # .nfs files are created when an open file is removed but is still being accessed
     18 .nfs*
     19 
     20 ### Node ###
     21 # Logs
     22 logs
     23 *.log
     24 npm-debug.log*
     25 yarn-debug.log*
     26 yarn-error.log*
     27 
     28 # Runtime data
     29 pids
     30 *.pid
     31 *.seed
     32 *.pid.lock
     33 
     34 # Directory for instrumented libs generated by jscoverage/JSCover
     35 lib-cov
     36 
     37 # Coverage directory used by tools like istanbul
     38 coverage
     39 
     40 # nyc test coverage
     41 .nyc_output
     42 
     43 # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
     44 .grunt
     45 
     46 # Bower dependency directory (https://bower.io/)
     47 bower_components
     48 
     49 # node-waf configuration
     50 .lock-wscript
     51 
     52 # Compiled binary addons (https://nodejs.org/api/addons.html)
     53 build/Release
     54 
     55 # Dependency directories
     56 node_modules/
     57 jspm_packages/
     58 
     59 # TypeScript v1 declaration files
     60 typings/
     61 
     62 # Optional npm cache directory
     63 .npm
     64 
     65 # Optional eslint cache
     66 .eslintcache
     67 
     68 # Optional REPL history
     69 .node_repl_history
     70 
     71 # Output of 'npm pack'
     72 *.tgz
     73 
     74 # Yarn Integrity file
     75 .yarn-integrity
     76 
     77 # dotenv environment variables file
     78 .env
     79 
     80 # parcel-bundler cache (https://parceljs.org/)
     81 .cache
     82 
     83 # next.js build output
     84 .next
     85 
     86 # nuxt.js build output
     87 .nuxt
     88 
     89 # vuepress build output
     90 .vuepress/dist
     91 
     92 # Serverless directories
     93 .serverless
     94 
     95 # FuseBox cache
     96 .fusebox/
     97 
     98 ### OSX ###
     99 # General
    100 .DS_Store
    101 .AppleDouble
    102 .LSOverride
    103 
    104 # Icon must end with two \r
    105 Icon
    106 
    107 # Thumbnails
    108 ._*
    109 
    110 # Files that might appear in the root of a volume
    111 .DocumentRevisions-V100
    112 .fseventsd
    113 .Spotlight-V100
    114 .TemporaryItems
    115 .Trashes
    116 .VolumeIcon.icns
    117 .com.apple.timemachine.donotpresent
    118 
    119 # Directories potentially created on remote AFP share
    120 .AppleDB
    121 .AppleDesktop
    122 Network Trash Folder
    123 Temporary Items
    124 .apdisk
    125 
    126 ### Windows ###
    127 # Windows thumbnail cache files
    128 Thumbs.db
    129 ehthumbs.db
    130 ehthumbs_vista.db
    131 
    132 # Dump file
    133 *.stackdump
    134 
    135 # Folder config file
    136 [Dd]esktop.ini
    137 
    138 # Recycle Bin used on file shares
    139 $RECYCLE.BIN/
    140 
    141 # Windows Installer files
    142 *.cab
    143 *.msi
    144 *.msix
    145 *.msm
    146 *.msp
    147 
    148 # Windows shortcuts
    149 *.lnk
    150 
    151 # End of https://www.gitignore.io/api/osx,linux,windows,node
    152 .idea/
    153 .gtm/
    154 /data/