Skip to content
Snippets Groups Projects
.gitignore 537 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    # Ignore docs files
    _gh_pages
    _site
    .ruby-version
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    .jekyll-metadata
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    Gemfile.lock
     
    # Numerous always-ignore extensions
    *.diff
    *.err
    *.orig
    *.log
    *.rej
    *.swo
    *.swp
    *.zip
    *.vi
    *~
    
    # OS or Editor folders
    .DS_Store
    ._*
    Thumbs.db
    .cache
    .project
    .settings
    .tmproj
    *.esproj
    nbproject
    *.sublime-project
    *.sublime-workspace
    .idea
    
    # Komodo
    *.komodoproject
    .komodotools
    
    # grunt-html-validation
    validation-status.json
    validation-report.json
    
    # Folders to ignore
    node_modules
    
    # TeX auxiliary files
    *.aux
    *.log
    *.synctex.gz
    *.snm
    *.toc
    *.out
    *.nav