diff options
author | Valentin Popov <info@valentineus.link> | 2020-01-30 14:37:25 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-01-30 14:37:25 +0300 |
commit | 0757cbbf4d8c0b362ab47b92f89176bcaf88da13 (patch) | |
tree | 4b432dad53d8d41b97f11389f097565e2a5ac9cc /.gitignore | |
parent | 314b15c0d484d5f4f1d71f5589e8d667f95be0e2 (diff) | |
download | webos-service-types-0757cbbf4d8c0b362ab47b92f89176bcaf88da13.tar.xz webos-service-types-0757cbbf4d8c0b362ab47b92f89176bcaf88da13.zip |
Initialized project structure
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,5 @@ ### Linux ### + *~ # temporary files which can be created if a process still has a handle open of a deleted file @@ -14,6 +15,7 @@ .nfs* ### macOS ### + # General .DS_Store .AppleDouble @@ -42,6 +44,7 @@ Temporary Items .apdisk ### Node ### + # Logs logs *.log @@ -119,9 +122,6 @@ typings/ # nuxt.js build output .nuxt -# rollup.js default build output -dist/ - # Uncomment the public line if your project uses Gatsby # https://nextjs.org/blog/next-9-1#public-directory-support # https://create-react-app.dev/docs/using-the-public-folder/#docsNav @@ -148,6 +148,7 @@ tmp/ temp/ ### VisualStudioCode ### + .vscode/* !.vscode/settings.json !.vscode/tasks.json @@ -155,10 +156,12 @@ temp/ !.vscode/extensions.json ### VisualStudioCode Patch ### + # Ignore all local history of files .history ### Windows ### + # Windows thumbnail cache files Thumbs.db Thumbs.db:encryptable |