Skip to content

Commit 436c406

Browse files
committedOct 16, 2019
removed .idea
1 parent d51adad commit 436c406

File tree

9 files changed

+4
-46
lines changed

9 files changed

+4
-46
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
dist
77
.env
88
.env.*
9+
.idea

‎.idea/.gitignore

-2
This file was deleted.

‎.idea/codeStyles/codeStyleConfig.xml

-5
This file was deleted.

‎.idea/devopslibrary.iml

-12
This file was deleted.

‎.idea/dictionaries/ken.xml

-7
This file was deleted.

‎.idea/misc.xml

-6
This file was deleted.

‎.idea/modules.xml

-8
This file was deleted.

‎.idea/vcs.xml

-6
This file was deleted.

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ This is the project you get when you run `gridsome create new-project`.
1212
2. `cd my-gridsome-site` to open the folder
1313
3. `gridsome develop` to start a local dev server at `http://localhost:8080`
1414
4. Happy coding 🎉🙌
15+
16+
And.... to deploy to real life, run
17+
```npm run deploy```

0 commit comments

Comments
 (0)
Please sign in to comment.