mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Update .gitignore
This commit is contained in:
parent
373031534e
commit
c5f9cfb7e9
1 changed files with 31 additions and 2 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
|
@ -1,3 +1,12 @@
|
||||||
|
# Binary Files
|
||||||
|
|
||||||
|
Binaries/
|
||||||
|
Intermediate/
|
||||||
|
|
||||||
|
# Packaged Artifacts
|
||||||
|
|
||||||
|
Release/
|
||||||
|
|
||||||
# Idea and Gradle Files
|
# Idea and Gradle Files
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
@ -5,6 +14,26 @@
|
||||||
|
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# Packaged Artifacts
|
# Visual Studio Project Files
|
||||||
|
|
||||||
Release/
|
.vs/
|
||||||
|
|
||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.csproj
|
||||||
|
*.filters
|
||||||
|
*.user
|
||||||
|
|
||||||
|
# CMake Project Files
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
*.make
|
||||||
|
|
||||||
|
# Xcode Project Files
|
||||||
|
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
|
||||||
|
# Mac OSX
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue