aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 21e08af3e6b0bf2fdc51f8de80b2f0ad5aec4af4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# IDE
/.idea/
/munch.iml

# Artifacts
/*.exe
/*.exe~
/*.dll
/*.so
/*.dylib
/*.test
/*.out

# Development
/config.yml