git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

.npmignore (438B)


      1 # Neuron specified folders
      2 build/
      3 old/
      4 
      5 # PHP files
      6 index.php
      7 
      8 # Numerous always-ignore extensions
      9 *.bak
     10 *.patch
     11 *.diff
     12 *.err
     13 
     14 # temp file for git conflict merging
     15 *.orig
     16 *.log
     17 *.rej
     18 *.swo
     19 *.swp
     20 *.zip
     21 *.vi
     22 *~
     23 *.sass-cache
     24 *.tmp.html
     25 
     26 # OS or Editor folders
     27 .DS_Store
     28 ._*
     29 .cache
     30 .project
     31 .settings
     32 .tmproj
     33 *.esproj
     34 *.sublime-project
     35 *.sublime-workspace
     36 nbproject
     37 thumbs.db
     38 .idea
     39 
     40 # Other folders to ignore
     41 .hg
     42 .svn
     43 .CVS
     44 .git
     45 node_modules/