|
1 |
| -# Dependencies |
2 |
| -/node_modules |
| 1 | +*.iml |
3 | 2 |
|
4 |
| -# Production |
5 |
| -/build |
| 3 | +## Directory-based project format: |
| 4 | +.idea/ |
| 5 | +# if you remove the above rule, at least ignore the following: |
6 | 6 |
|
7 |
| -# Generated files |
8 |
| -.docusaurus |
9 |
| -.cache-loader |
| 7 | +# User-specific stuff: |
| 8 | +# .idea/workspace.xml |
| 9 | +# .idea/tasks.xml |
| 10 | +# .idea/dictionaries |
10 | 11 |
|
11 |
| -# Misc |
| 12 | +# Sensitive or high-churn files: |
| 13 | +# .idea/dataSources.ids |
| 14 | +# .idea/dataSources.xml |
| 15 | +# .idea/sqlDataSources.xml |
| 16 | +# .idea/dynamic.xml |
| 17 | +# .idea/uiDesigner.xml |
| 18 | + |
| 19 | +# Gradle: |
| 20 | +# .idea/gradle.xml |
| 21 | +# .idea/libraries |
| 22 | + |
| 23 | +# Mongo Explorer plugin: |
| 24 | +# .idea/mongoSettings.xml |
| 25 | + |
| 26 | +## File-based project format: |
| 27 | +*.ipr |
| 28 | +*.iws |
| 29 | + |
| 30 | +## Plugin-specific files: |
| 31 | + |
| 32 | +# IntelliJ |
| 33 | +out/ |
| 34 | + |
| 35 | +# mpeltonen/sbt-idea plugin |
| 36 | +.idea_modules/ |
| 37 | + |
| 38 | +# JIRA plugin |
| 39 | +atlassian-ide-plugin.xml |
| 40 | + |
| 41 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 42 | +com_crashlytics_export_strings.xml |
| 43 | +crashlytics.properties |
| 44 | +crashlytics-build.properties |
| 45 | + |
| 46 | + |
| 47 | +### Eclipse template |
| 48 | +*.pydevproject |
| 49 | +.metadata |
| 50 | +.gradle |
| 51 | +bin/ |
| 52 | +tmp/ |
| 53 | +*.tmp |
| 54 | +*.bak |
| 55 | +*.swp |
| 56 | +*~.nib |
| 57 | +local.properties |
| 58 | +.settings/ |
| 59 | +.loadpath |
| 60 | + |
| 61 | +# External tool builders |
| 62 | +.externalToolBuilders/ |
| 63 | + |
| 64 | +# Locally stored "Eclipse launch configurations" |
| 65 | +*.launch |
| 66 | + |
| 67 | +# CDT-specific |
| 68 | +.cproject |
| 69 | + |
| 70 | +# PDT-specific |
| 71 | +.buildpath |
| 72 | + |
| 73 | +# sbteclipse plugin |
| 74 | +.target |
| 75 | + |
| 76 | +# TeXlipse plugin |
| 77 | +.texlipse |
| 78 | + |
| 79 | + |
| 80 | +### VS Code template |
| 81 | +.vscode/* |
| 82 | +!.vscode/settings.json |
| 83 | +!.vscode/tasks.json |
| 84 | +!.vscode/launch.json |
| 85 | +!.vscode/extensions.json |
| 86 | +!.vscode/*.code-snippets |
| 87 | + |
| 88 | +# Local History for Visual Studio Code |
| 89 | +.history/ |
| 90 | + |
| 91 | +# Built Visual Studio Code Extensions |
| 92 | +*.vsix |
| 93 | + |
| 94 | + |
| 95 | +### Vim template |
| 96 | +# Swap |
| 97 | +[._]*.s[a-v][a-z] |
| 98 | +!*.svg # comment out if you don't need vector files |
| 99 | +[._]*.sw[a-p] |
| 100 | +[._]s[a-rt-v][a-z] |
| 101 | +[._]ss[a-gi-z] |
| 102 | +[._]sw[a-p] |
| 103 | + |
| 104 | +# Session |
| 105 | +Session.vim |
| 106 | +Sessionx.vim |
| 107 | + |
| 108 | +# Temporary |
| 109 | +.netrwhist |
| 110 | +*~ |
| 111 | +# Auto-generated tag files |
| 112 | +tags |
| 113 | +# Persistent undo |
| 114 | +[._]*.un~ |
| 115 | + |
| 116 | + |
| 117 | +### Emacs template |
| 118 | +# -*- mode: gitignore; -*- |
| 119 | +*~ |
| 120 | +\#*\# |
| 121 | +/.emacs.desktop |
| 122 | +/.emacs.desktop.lock |
| 123 | +*.elc |
| 124 | +auto-save-list |
| 125 | +tramp |
| 126 | +.\#* |
| 127 | + |
| 128 | +# Org-mode |
| 129 | +.org-id-locations |
| 130 | +*_archive |
| 131 | + |
| 132 | +# flymake-mode |
| 133 | +*_flymake.* |
| 134 | + |
| 135 | +# eshell files |
| 136 | +/eshell/history |
| 137 | +/eshell/lastdir |
| 138 | + |
| 139 | +# elpa packages |
| 140 | +/elpa/ |
| 141 | + |
| 142 | +# reftex files |
| 143 | +*.rel |
| 144 | + |
| 145 | +# AUCTeX auto folder |
| 146 | +/auto/ |
| 147 | + |
| 148 | +# cask packages |
| 149 | +.cask/ |
| 150 | +dist/ |
| 151 | + |
| 152 | +# Flycheck |
| 153 | +flycheck_*.el |
| 154 | + |
| 155 | +# server auth directory |
| 156 | +/server/ |
| 157 | + |
| 158 | +# projectiles files |
| 159 | +.projectile |
| 160 | + |
| 161 | +# directory configuration |
| 162 | +.dir-locals.el |
| 163 | + |
| 164 | +# network security |
| 165 | +/network-security.data |
| 166 | + |
| 167 | + |
| 168 | +### Java template |
| 169 | + |
| 170 | +# Compiled class file |
| 171 | +*.class |
| 172 | + |
| 173 | +# Log file |
| 174 | +*.log |
| 175 | + |
| 176 | +# BlueJ files |
| 177 | +*.ctxt |
| 178 | + |
| 179 | +# Mobile Tools for Java (J2ME) |
| 180 | +.mtj.tmp/ |
| 181 | + |
| 182 | +# Package Files # |
| 183 | +*.jar |
| 184 | +*.war |
| 185 | +*.nar |
| 186 | +*.ear |
| 187 | +*.zip |
| 188 | +*.tar.gz |
| 189 | +*.rar |
| 190 | + |
| 191 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 192 | +hs_err_pid* |
| 193 | + |
| 194 | +# Gradle template |
| 195 | + |
| 196 | +.gradle |
| 197 | +**/build/ |
| 198 | +!src/**/build/ |
| 199 | + |
| 200 | +# Ignore Gradle GUI config |
| 201 | +gradle-app.setting |
| 202 | + |
| 203 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 204 | +!gradle-wrapper.jar |
| 205 | + |
| 206 | +# Avoid ignore Gradle wrappper properties |
| 207 | +!gradle-wrapper.properties |
| 208 | + |
| 209 | +# Cache of project |
| 210 | +.gradletasknamecache |
| 211 | + |
| 212 | +# Eclipse Gradle plugin generated files |
| 213 | +# Eclipse Core |
| 214 | +.project |
| 215 | +# JDT-specific (Eclipse Java Development Tools) |
| 216 | +.classpath |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | +### Maven template |
| 221 | +target/ |
| 222 | +pom.xml.tag |
| 223 | +pom.xml.releaseBackup |
| 224 | +pom.xml.versionsBackup |
| 225 | +pom.xml.next |
| 226 | +release.properties |
| 227 | +dependency-reduced-pom.xml |
| 228 | +buildNumber.properties |
| 229 | +.mvn/timing.properties |
| 230 | +# https://github.com/takari/maven-wrapper#usage-without-binary-jar |
| 231 | +.mvn/wrapper/maven-wrapper.jar |
| 232 | + |
| 233 | +# Eclipse m2e generated files |
| 234 | +# Eclipse Core |
| 235 | +.project |
| 236 | +# JDT-specific (Eclipse Java Development Tools) |
| 237 | +.classpath |
| 238 | + |
| 239 | + |
| 240 | +### Gradle template |
| 241 | +.gradle |
| 242 | +**/build/ |
| 243 | +!src/**/build/ |
| 244 | + |
| 245 | +# Ignore Gradle GUI config |
| 246 | +gradle-app.setting |
| 247 | + |
| 248 | +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 249 | +!gradle-wrapper.jar |
| 250 | + |
| 251 | +# Avoid ignore Gradle wrappper properties |
| 252 | +!gradle-wrapper.properties |
| 253 | + |
| 254 | +# Cache of project |
| 255 | +.gradletasknamecache |
| 256 | + |
| 257 | +# Eclipse Gradle plugin generated files |
| 258 | +# Eclipse Core |
| 259 | +.project |
| 260 | +# JDT-specific (Eclipse Java Development Tools) |
| 261 | +.classpath |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | +### OSX template |
| 266 | +# General |
12 | 267 | .DS_Store
|
13 |
| -.env.local |
14 |
| -.env.development.local |
15 |
| -.env.test.local |
16 |
| -.env.production.local |
17 |
| - |
18 |
| -npm-debug.log* |
19 |
| -yarn-debug.log* |
20 |
| -yarn-error.log* |
| 268 | +.AppleDouble |
| 269 | +.LSOverride |
| 270 | + |
| 271 | +# Icon must end with two \r |
| 272 | +Icon |
| 273 | + |
| 274 | +# Thumbnails |
| 275 | +._* |
| 276 | + |
| 277 | +# Files that might appear in the root of a volume |
| 278 | +.DocumentRevisions-V100 |
| 279 | +.fseventsd |
| 280 | +.Spotlight-V100 |
| 281 | +.TemporaryItems |
| 282 | +.Trashes |
| 283 | +.VolumeIcon.icns |
| 284 | +.com.apple.timemachine.donotpresent |
| 285 | + |
| 286 | +# Directories potentially created on remote AFP share |
| 287 | +.AppleDB |
| 288 | +.AppleDesktop |
| 289 | +Network Trash Folder |
| 290 | +Temporary Items |
| 291 | +.apdisk |
| 292 | + |
| 293 | + |
| 294 | +### Linux template |
| 295 | +*~ |
| 296 | + |
| 297 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 298 | +.fuse_hidden* |
| 299 | + |
| 300 | +# KDE directory preferences |
| 301 | +.directory |
| 302 | + |
| 303 | +# Linux trash folder which might appear on any partition or disk |
| 304 | +.Trash-* |
| 305 | + |
| 306 | +# .nfs files are created when an open file is removed but is still being accessed |
| 307 | +.nfs* |
| 308 | + |
| 309 | + |
| 310 | +### Windows template |
| 311 | +# Windows thumbnail cache files |
| 312 | +Thumbs.db |
| 313 | +Thumbs.db:encryptable |
| 314 | +ehthumbs.db |
| 315 | +ehthumbs_vista.db |
| 316 | + |
| 317 | +# Dump file |
| 318 | +*.stackdump |
| 319 | + |
| 320 | +# Folder config file |
| 321 | +[Dd]esktop.ini |
| 322 | + |
| 323 | +# Recycle Bin used on file shares |
| 324 | +$RECYCLE.BIN/ |
| 325 | + |
| 326 | +# Windows Installer files |
| 327 | +*.cab |
| 328 | +*.msi |
| 329 | +*.msix |
| 330 | +*.msm |
| 331 | +*.msp |
| 332 | + |
| 333 | +# Windows shortcuts |
| 334 | +*.lnk |
| 335 | + |
| 336 | + |
| 337 | +### Microsoft Office template |
| 338 | +*.tmp |
| 339 | + |
| 340 | +# Word temporary |
| 341 | +~$*.doc* |
| 342 | + |
| 343 | +# Word Auto Backup File |
| 344 | +Backup of *.doc* |
| 345 | + |
| 346 | +# Excel temporary |
| 347 | +~$*.xls* |
| 348 | + |
| 349 | +# Excel Backup File |
| 350 | +*.xlk |
| 351 | + |
| 352 | +# PowerPoint temporary |
| 353 | +~$*.ppt* |
| 354 | + |
| 355 | +# Visio autosave temporary files |
| 356 | +*.~vsd* |
| 357 | + |
| 358 | + |
| 359 | +node_modules/ |
|
0 commit comments