Skip to main content

Storing your code in GIT

Example .gitignore for wyStack apps:


# VS
*.suo
*.user

# BUILD
**/[Bb]in/[Dd]ebug/
**/[Bb]in/[Rr]elease/
[Oo]bj/
build/

# NODE
node_modules/

# DIST
dist/

# .FOLDERS
.*/

# packages
packages/

# robot result
.robot-result.json