diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-02 19:25:27 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-02 19:25:27 -0400 |
commit | 69b38ffa1e128228757d198cf5a21ec94df196da (patch) | |
tree | 4012d30354999fc51245215170c2287357e7a0db /.gitignore | |
parent | 09a7b27e49bc51d90329269933c037428ce6aa34 (diff) | |
download | tanzanite-69b38ffa1e128228757d198cf5a21ec94df196da.tar.gz tanzanite-69b38ffa1e128228757d198cf5a21ec94df196da.tar.bz2 tanzanite-69b38ffa1e128228757d198cf5a21ec94df196da.zip |
another link
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 3 insertions, 22 deletions
@@ -5,7 +5,7 @@ node_modules/ dist -### vscode ### +# vscode .vscode/* !.vscode/settings.json !.vscode/tasks.json @@ -14,17 +14,7 @@ dist !.vscode/*.code-snippets *.code-workspace -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml +.idea # Cache file creation bug .yarn/cache/* @@ -34,9 +24,7 @@ dist .yarn/build-state.url .yarn/releases.gz -### yarn ### -# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored - +# yarn .pnp.* .yarn/* !.yarn/releases @@ -48,11 +36,4 @@ dist # Options and credentials for the bot src/config/options.ts -# Unused sqlite database, uses postgresql now but I am keeping it in here just in case -data.db - -# IRONM00N's Crap -src/config/options_old.ts -src/config/options_pi.ts - lib/badlinks-secret.json5 |