github.com/jancarloviray/community@v0.41.1-0.20170124221257-33a66c87cf2f/.gitignore (about)

     1  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     2  *.o
     3  *.a
     4  *.so
     5  
     6  # Folders
     7  _obj
     8  _test
     9  _uploads
    10  _diffs
    11  _convert
    12  .srclib-cache
    13  .DS_Store
    14  .idea
    15  .vscode
    16  
    17  # Documize build artifacts
    18  bin/*
    19  dist/*
    20  embed/bindata/*
    21  app/dist/*
    22  app/dist-prod/*
    23  
    24  # Architecture specific extensions/prefixes
    25  *.[568vq]
    26  [568vq].out
    27  
    28  # Go specific
    29  *.cgo1.go
    30  *.cgo2.c
    31  _cgo_defun.c
    32  _cgo_gotypes.go
    33  _cgo_export.*
    34  _testmain.go
    35  *.exe
    36  *.test
    37  /plugin-libreoffice/plugin-libreoffice
    38  /plugin-libreoffice/plugin-libreoffice-osx
    39  
    40  # Ember specific
    41  /app/dist
    42  /app/dist-prod
    43  /app/tmp
    44  /app/bower_components
    45  /app/node_modules
    46  /app/.sass-cache
    47  /app/connect.lock
    48  /app/coverage/*
    49  /app/libpeerconnection.log
    50  /app/npm-debug.log
    51  /app/testem.log
    52  node_modules
    53  
    54  # Misc.
    55  build
    56  plugin-msword/plugin-msword
    57  plugin-msword/plugin-msword-osx
    58  npm-debug.log
    59  debug
    60  *.pem
    61  *.crt
    62  Dockerfile
    63  container.sh
    64  make.sh
    65  jsconfig.json