summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f3cb3c3f99fdf99771e5e9c197bd1c32d332ddc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# temp& backup files
*~
*.tmp

# executables & libraries
*.exe
*.lib

# .txt files ¬_¬ if u want to document andything use .md files!
*.txt
*.html

# local test files
public/*.xml