All Projects β†’ ibmmobiletipsntricks β†’ mfp-gitignore

ibmmobiletipsntricks / mfp-gitignore

Licence: MIT License
.gitignore file for a IBM MobileFirst Platform Foundation (aka Worklight) Project

Projects that are alternatives of or similar to mfp-gitignore

Bliss
Ignorance is bliss! Ignore your .gitignore
Stars: ✭ 131 (+773.33%)
Mutual labels:  gitignore
GIG
[Unmaintained] A cli πŸ’» tool to generate gitignore files for your projects. Written in python 🐍
Stars: ✭ 16 (+6.67%)
Mutual labels:  gitignore
untracked
Universal way for ignoring unnecessary common files to fit your bundle
Stars: ✭ 26 (+73.33%)
Mutual labels:  gitignore
Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (+900%)
Mutual labels:  gitignore
dotfiles
/home/yous
Stars: ✭ 43 (+186.67%)
Mutual labels:  gitignore
eslint-config-with-prettier
Eslint config with prettier
Stars: ✭ 39 (+160%)
Mutual labels:  gitignore
Gibo
Easy access to gitignore boilerplates
Stars: ✭ 1,687 (+11146.67%)
Mutual labels:  gitignore
gitignore.cli
A commandline tool to create gitignore files
Stars: ✭ 24 (+60%)
Mutual labels:  gitignore
Git-for-bio-scientists
Presentation about digital lab journalling with Git
Stars: ✭ 30 (+100%)
Mutual labels:  gitignore
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+5153.33%)
Mutual labels:  gitignore
Gitignore
A collection of useful .gitignore templates
Stars: ✭ 127,388 (+849153.33%)
Mutual labels:  gitignore
devpreferences
These are my own preferences while doing development.
Stars: ✭ 18 (+20%)
Mutual labels:  gitignore
gig
Generate .gitignore files from your terminal (mostly) offline!
Stars: ✭ 63 (+320%)
Mutual labels:  gitignore
Cocoapods Tips
iOS 라이브러리λ₯Ό κ΄€λ¦¬ν•˜λŠ” CocoaPods Tip정보 λͺ¨μŒμž…λ‹ˆλ‹€.
Stars: ✭ 141 (+840%)
Mutual labels:  gitignore
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (+33.33%)
Mutual labels:  gitignore
Gitignore It
πŸ“ƒ A CLI to generate .gitignore files
Stars: ✭ 132 (+780%)
Mutual labels:  gitignore
gitignore.nix
Nix functions for filtering local git sources
Stars: ✭ 175 (+1066.67%)
Mutual labels:  gitignore
vscode-gitignore
A simple extension for Visual Studio Code that lets you pull .gitignore files from the https://github.com/github/gitignore repository
Stars: ✭ 44 (+193.33%)
Mutual labels:  gitignore
gitignore.plugin.zsh
ZSH plugin for creating .gitignore files.
Stars: ✭ 44 (+193.33%)
Mutual labels:  gitignore
ignore-sync
a CLI tool to build and sync .*ignore files across files and repositories
Stars: ✭ 15 (+0%)
Mutual labels:  gitignore

mfp-gitignore

This is an unofficial repository providing an initial/template .gitignore file for an IBM MobileFirst Platform Foundation Project. Note: these templates are primarily intended for use with hybrid projects, and it is likely they may not be directly suitable for native-first projects. There is no official IBM support for these artifacts. We are attempting to follow the same principles as GitHub's own gitignore project. We will gladly accept any pull request with corrections or clarifications (especially explanatory comments).

Usage

  1. Include the contents of the appropriate <VERSION>.gitignore file in your .gitignore file, located at the root of your MFP project (Note: not your Eclipse workspace).
  2. MFP requires some directories to be present, but Git does not check in empty directories. .gitkeep files ensure these directories are present when developers clone the Git repository. .gitkeep files should be created in the following directories:
  3. server/java
  4. server/lib
  5. apps
  6. adapters/ADAPTER_NAME/lib (for all Java adapters)

Older Name - Worklight

Prior to version 6.3, IBM MobileFirst Platform Foundation was known as IBM Worklight Foundation, so there are equivalent .gitignore files here for versions 6.1 and 6.2. This repository was formerly known as worklight-gitignore.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].