|
1 | | -### Eclipse ### |
2 | 1 |
|
3 | | -.metadata |
4 | | -bin/ |
5 | | -tmp/ |
6 | | -*.tmp |
7 | | -*.bak |
8 | | -*.swp |
9 | | -*~.nib |
10 | | -local.properties |
11 | | -.settings/ |
12 | | -.loadpath |
13 | | -.recommenders |
| 2 | +# Created by https://www.gitignore.io/api/osx,node,linux,windows |
14 | 3 |
|
15 | | -# Eclipse Core |
16 | | -.project |
| 4 | +### Linux ### |
| 5 | +*~ |
17 | 6 |
|
18 | | -# External tool builders |
19 | | -.externalToolBuilders/ |
| 7 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 8 | +.fuse_hidden* |
20 | 9 |
|
21 | | -# Locally stored "Eclipse launch configurations" |
22 | | -*.launch |
| 10 | +# KDE directory preferences |
| 11 | +.directory |
23 | 12 |
|
24 | | -# PyDev specific (Python IDE for Eclipse) |
25 | | -*.pydevproject |
| 13 | +# Linux trash folder which might appear on any partition or disk |
| 14 | +.Trash-* |
26 | 15 |
|
27 | | -# CDT-specific (C/C++ Development Tooling) |
28 | | -.cproject |
| 16 | +# .nfs files are created when an open file is removed but is still being accessed |
| 17 | +.nfs* |
29 | 18 |
|
30 | | -# JDT-specific (Eclipse Java Development Tools) |
31 | | -.classpath |
| 19 | +### Node ### |
| 20 | +# Logs |
| 21 | +logs |
| 22 | +*.log |
| 23 | +npm-debug.log* |
| 24 | +yarn-debug.log* |
| 25 | +yarn-error.log* |
32 | 26 |
|
33 | | -# Java annotation processor (APT) |
34 | | -.factorypath |
| 27 | +# Runtime data |
| 28 | +pids |
| 29 | +*.pid |
| 30 | +*.seed |
| 31 | +*.pid.lock |
35 | 32 |
|
36 | | -# PDT-specific (PHP Development Tools) |
37 | | -.buildpath |
| 33 | +# Directory for instrumented libs generated by jscoverage/JSCover |
| 34 | +lib-cov |
38 | 35 |
|
39 | | -# sbteclipse plugin |
40 | | -.target |
| 36 | +# Coverage directory used by tools like istanbul |
| 37 | +coverage |
41 | 38 |
|
42 | | -# Tern plugin |
43 | | -.tern-project |
| 39 | +# nyc test coverage |
| 40 | +.nyc_output |
44 | 41 |
|
45 | | -# TeXlipse plugin |
46 | | -.texlipse |
| 42 | +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
| 43 | +.grunt |
47 | 44 |
|
48 | | -# STS (Spring Tool Suite) |
49 | | -.springBeans |
| 45 | +# Bower dependency directory (https://bower.io/) |
| 46 | +bower_components |
50 | 47 |
|
51 | | -# Code Recommenders |
52 | | -.recommenders/ |
| 48 | +# node-waf configuration |
| 49 | +.lock-wscript |
53 | 50 |
|
| 51 | +# Compiled binary addons (http://nodejs.org/api/addons.html) |
| 52 | +build/Release |
54 | 53 |
|
55 | | -### Gradle ### |
56 | | -.gradle |
57 | | -build/ |
| 54 | +# Dependency directories |
| 55 | +node_modules/ |
| 56 | +jspm_packages/ |
58 | 57 |
|
59 | | -# Ignore Gradle GUI config |
60 | | -gradle-app.setting |
| 58 | +# Typescript v1 declaration files |
| 59 | +typings/ |
61 | 60 |
|
62 | | -# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
63 | | -!gradle-wrapper.jar |
| 61 | +# Optional npm cache directory |
| 62 | +.npm |
64 | 63 |
|
65 | | -# Cache of project |
66 | | -.gradletasknamecache |
| 64 | +# Optional eslint cache |
| 65 | +.eslintcache |
67 | 66 |
|
68 | | -# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 |
69 | | -# gradle/wrapper/gradle-wrapper.properties |
| 67 | +# Optional REPL history |
| 68 | +.node_repl_history |
70 | 69 |
|
71 | | -node_modules/ |
| 70 | +# Output of 'npm pack' |
| 71 | +*.tgz |
| 72 | + |
| 73 | +# Yarn Integrity file |
| 74 | +.yarn-integrity |
| 75 | + |
| 76 | +# dotenv environment variables file |
| 77 | +.env |
| 78 | + |
| 79 | + |
| 80 | +### OSX ### |
| 81 | +*.DS_Store |
| 82 | +.AppleDouble |
| 83 | +.LSOverride |
| 84 | + |
| 85 | +# Icon must end with two \r |
| 86 | +Icon |
| 87 | + |
| 88 | +# Thumbnails |
| 89 | +._* |
| 90 | + |
| 91 | +# Files that might appear in the root of a volume |
| 92 | +.DocumentRevisions-V100 |
| 93 | +.fseventsd |
| 94 | +.Spotlight-V100 |
| 95 | +.TemporaryItems |
| 96 | +.Trashes |
| 97 | +.VolumeIcon.icns |
| 98 | +.com.apple.timemachine.donotpresent |
| 99 | + |
| 100 | +# Directories potentially created on remote AFP share |
| 101 | +.AppleDB |
| 102 | +.AppleDesktop |
| 103 | +Network Trash Folder |
| 104 | +Temporary Items |
| 105 | +.apdisk |
| 106 | + |
| 107 | +### Windows ### |
| 108 | +# Windows thumbnail cache files |
| 109 | +Thumbs.db |
| 110 | +ehthumbs.db |
| 111 | +ehthumbs_vista.db |
| 112 | + |
| 113 | +# Folder config file |
| 114 | +Desktop.ini |
| 115 | + |
| 116 | +# Recycle Bin used on file shares |
| 117 | +$RECYCLE.BIN/ |
| 118 | + |
| 119 | +# Windows Installer files |
| 120 | +*.cab |
| 121 | +*.msi |
| 122 | +*.msm |
| 123 | +*.msp |
| 124 | + |
| 125 | +# Windows shortcuts |
| 126 | +*.lnk |
| 127 | + |
| 128 | +# SAM package file |
| 129 | +packaged.yaml |
| 130 | +.aws-sam |
| 131 | +samconfig.toml |
| 132 | + |
| 133 | +# End of https://www.gitignore.io/api/osx,node,linux,windows |
| 134 | +# node_modules # |
| 135 | +################ |
| 136 | +**/node_modules |
| 137 | +package-lock.json |
| 138 | +packaged.yaml |
72 | 139 |
|
| 140 | +# OS generated files # |
| 141 | +###################### |
73 | 142 | .DS_Store |
74 | | -/dist/ |
75 | | -/website/dist/ |
| 143 | +.DS_Store? |
| 144 | +._* |
| 145 | +.Spotlight-V100 |
| 146 | +.Trashes |
| 147 | +ehthumbs.db |
| 148 | +Thumbs.db |
| 149 | + |
| 150 | +# Front end config and production build |
| 151 | +www/build |
| 152 | +.idea/ |
0 commit comments