瀏覽代碼

fix: add stars

pull/3406/head
kacper ksieski 3 年之前
父節點
當前提交
b809eff7c0
共有 1 個檔案被更改,包括 19 行新增4 行删除
  1. 19
    4
      community/Tableau.gitignore

+ 19
- 4
community/Tableau.gitignore 查看文件

@@ -3,9 +3,24 @@
# website: https://help.tableau.com/current/pro/desktop/en-us/environ_filesandfolders.htm

# Workbooks
.twbx
.twbr
*.twbx
*.twbr

# Data Files
.tde
.hyper
*.tde
*.hyper

## gitignore reference sites
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files/

## Useful knowledge from stackoverflow
# Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore.
# WARNING: First commit your current changes, or you will lose them.
# Then run the following commands from the top folder of your git repo:
# git rm -r --cached .
# git add .
# git commit -m "fixed untracked files"

# author: Kacper Ksieski

Loading…
取消
儲存