Remove build folder from release repos

This commit is contained in:
BoykoAlex
2018-06-08 12:21:48 -04:00
parent 34e6036fd7
commit bfabb75bca
8 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
/.idea
/node_modules
/server
/build
*.tgz
*.iml
*.log

View File

@@ -150,7 +150,7 @@ If you subsequently launch Atom from that same terminal the dynamic CA and linti
## Dev environment setup:
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
1. Clone the repository
2. Run `npm install`
2. Run `npm install && npm run build`
3. Execute `apm link .` from the folder above
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reload`, select, press `Return`)
6. Open any `pipeline.yml` or `task.yml` file in Atom observe reconciling, content assist and other IDE features

View File

@@ -1,6 +1,7 @@
/.idea
/node_modules
/server
/build
*.tgz
*.iml
*.log

View File

@@ -46,7 +46,7 @@ read its detailed documentation.
## Dev environment setup:
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
1. Clone the repository
2. Run `npm install`
2. Run `npm install && npm run build`
3. Execute `apm link .` from the folder above
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reaload`, select, press `Return`)
6. Open any `manifest.yml` file in Atom observe reconciling, content assist and other IDE features

View File

@@ -1,6 +1,7 @@
/.idea
/node_modules
/server
/build
*.tgz
*iml
*.log

View File

@@ -50,7 +50,7 @@ Resource Type declaration? The Atom Outline View (View -> Toggle Outline View) h
## Dev environment setup:
**Prerequisite**: Node 6.x.x or higher is installed, Atom 1.17 or higher is installed
1. Clone the repository
2. Run `npm install`
2. Run `npm install && npm run build`
3. Execute `apm link .` from the folder above
5. Perform `Reload Window` in Atom (Cmd-Shift-P opens commands palette, search for `reload`, select, press `Return`)
6. Open any `pipeline.yml` or `task.yml` file in Atom observe reconciling, content assist and other IDE features

View File

@@ -1,3 +1,4 @@
.idea/
server/
node_modules/
build/

View File

@@ -23,7 +23,7 @@ For all other files containing boot properties select grammar to be `Spring-Boot
To build all these pieces you normally only need to run:
npm install
npm install && npm run build
Now you can link it to Atom: