53 lines
703 B
Plaintext
53 lines
703 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/freecad,windows,web
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=freecad,windows,web
|
|
|
|
### FreeCad ###
|
|
*.pyc
|
|
*.fcstd1
|
|
*.FCStd1
|
|
*.fcstd2
|
|
*.FCStd2
|
|
|
|
### Web ###
|
|
*.asp
|
|
*.cer
|
|
*.csr
|
|
*.css
|
|
*.htm
|
|
*.html
|
|
*.js
|
|
*.jsp
|
|
*.php
|
|
*.rss
|
|
*.wasm
|
|
*.wat
|
|
*.xhtml
|
|
|
|
### Windows ###
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Dump file
|
|
*.stackdump
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/freecad,windows,web
|