Skip to content

Commit

Permalink
Update .gitignore so test files aren't annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Mar 7, 2021
1 parent 06e0aca commit f1e5170
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,86 @@
### Custom ###
*.json
*.csv
tests

### Data ###
*.csv
*.dat
*.efx
*.gbr
*.key
*.pps
*.ppt
*.pptx
*.sdf
*.tax2010
*.vcf
*.xml

### Images ###
# JPEG
*.jpg
*.jpeg
*.jpe
*.jif
*.jfif
*.jfi

# JPEG 2000
*.jp2
*.j2k
*.jpf
*.jpx
*.jpm
*.mj2

# JPEG XR
*.jxr
*.hdp
*.wdp

# Graphics Interchange Format
*.gif

# RAW
*.raw

# Web P
*.webp

# Portable Network Graphics
*.png

# Animated Portable Network Graphics
*.apng

# Multiple-image Network Graphics
*.mng

# Tagged Image File Format
*.tiff
*.tif

# Scalable Vector Graphics
*.svg
*.svgz

# Portable Document Format
*.pdf

# X BitMap
*.xbm

# BMP
*.bmp
*.dib

# ICO
*.ico

# 3D Images
*.3dm
*.max

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit f1e5170

Please sign in to comment.