Update .gitignore

This commit is contained in:
Thibaud Gasser 2018-09-30 00:07:40 +02:00
parent 8e81af87b1
commit ba5babce47
3 changed files with 7 additions and 31 deletions

10
.gitignore vendored
View File

@ -43,9 +43,9 @@ hs_err_pid*
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
.idea/modules.xml
.idea/*.iml
.idea/modules
# CMake
cmake-build-*/
@ -79,3 +79,7 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Maven build
target/
**/target/

View File

@ -1,20 +0,0 @@
<!DOCTYPE htm>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="style.css" />
<title>TP Shape COLICCHIO et GASSER</title>
</head>
<body>
<div class="rectangle813589267"></div><div class="circle1577038754"></div>
<div class="triangle527292885"></div>
<div class="rectangle1045587243"></div>
<div class="circle2117079733"></div>
<div class="text997905906">hello</div>
<div class="rectangle1033207963"></div>
<footer>
<p> 2017 Crée par Alexandre COLICCHIO et Thibaud GASSER - Site généré automatiquement dans le cadre de notre TP Shape </p>
</footer>
</body>
</html>

View File

@ -1,8 +0,0 @@
footer{text-align:center;margin:auto;height:50px;position:fixed;bottom:0;font-weight:bold;}
.rectangle813589267{ position:absolute;top:89px;left:95px;width:60px;height:60px;background: #999999;border:1px solid #000000; }.circle1577038754{ position: absolute;top:159px;left:225px;width:40px;height:40px;border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;-moz-border-radius:20px;background: #999999;border:1px solid #000000; }
.triangle527292885{ position: absolute;top: 38px;left: 243px;width: 0px;height: 0px;border: 0 solid transparent;border-left-width: 30.0px;border-right-width: 30.0px;border-bottom: 50px solid #ecb4ee;}
.rectangle1045587243{ position:absolute;top:105px;left:319px;width:40px;height:60px;background: #0000ff;border:1px solid #000000; }
.circle2117079733{ position: absolute;top:42px;left:109px;width:30px;height:30px;border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;-moz-border-radius:15px;background: #999999;border:1px solid #ff0000; }
.text997905906{ position: absolute;top: 139px;left: 179px;width: 69px;height: 30px;font-family: "Arial";font-size: 30px;color: #0000ff;font-weight: bold;background: #ecb4ee;border:1px solid #0000ff; }
.rectangle1033207963{ position:absolute;top:185px;left:299px;width:50px;height:50px;background: #ecb4ee;border:1px solid #ffffff; }