Skip to content

Commit 56c04e2

Browse files
committed
update gitignore
1 parent 68fc582 commit 56c04e2

File tree

2 files changed

+5
-91
lines changed

2 files changed

+5
-91
lines changed

.gitignore

Lines changed: 1 addition & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ Icon
2020
.VolumeIcon.icns
2121
.com.apple.timemachine.donotpresent
2222

23-
# Directories potentially created on remote AFP share
24-
.AppleDB
25-
.AppleDesktop
26-
Network Trash Folder
27-
Temporary Items
28-
.apdisk
23+
2924
### Node template
3025
# Logs
3126
logs
@@ -93,57 +88,8 @@ typings/
9388
.idea
9489
*.iml
9590
out
96-
gen### Eclipse template
97-
98-
.metadata
99-
bin/
100-
tmp/
101-
*.tmp
102-
*.bak
103-
*.swp
104-
*~.nib
105-
local.properties
106-
.settings/
107-
.loadpath
108-
.recommenders
109-
110-
# External tool builders
111-
.externalToolBuilders/
112-
113-
# Locally stored "Eclipse launch configurations"
114-
*.launch
115-
116-
# PyDev specific (Python IDE for Eclipse)
117-
*.pydevproject
118-
119-
# CDT-specific (C/C++ Development Tooling)
120-
.cproject
121-
122-
# Java annotation processor (APT)
123-
.factorypath
124-
125-
# PDT-specific (PHP Development Tools)
126-
.buildpath
127-
128-
# sbteclipse plugin
129-
.target
13091

131-
# Tern plugin
132-
.tern-project
13392

134-
# TeXlipse plugin
135-
.texlipse
136-
137-
# STS (Spring Tool Suite)
138-
.springBeans
139-
140-
# Code Recommenders
141-
.recommenders/
142-
143-
# Scala IDE specific (Scala & Java development for Eclipse)
144-
.cache-main
145-
.scala_dependencies
146-
.worksheet
14793
### JetBrains template
14894
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
14995
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -183,46 +129,10 @@ out/
183129
# mpeltonen/sbt-idea plugin
184130
.idea_modules/
185131

186-
# JIRA plugin
187-
atlassian-ide-plugin.xml
188132

189-
# Cursive Clojure plugin
190-
.idea/replstate.xml
191-
192-
# Crashlytics plugin (for Android Studio and IntelliJ)
193-
com_crashlytics_export_strings.xml
194-
crashlytics.properties
195-
crashlytics-build.properties
196-
fabric.properties
197133
### Sass template
198134
.sass-cache/
199135
*.css.map
200-
### Windows template
201-
# Windows thumbnail cache files
202-
Thumbs.db
203-
ehthumbs.db
204-
ehthumbs_vista.db
205-
206-
# Dump file
207-
*.stackdump
208-
209-
# Folder config file
210-
[Dd]esktop.ini
211-
212-
# Recycle Bin used on file shares
213-
$RECYCLE.BIN/
214-
215-
# Windows Installer files
216-
*.cab
217-
*.msi
218-
*.msm
219-
*.msp
220-
221-
# Windows shortcuts
222-
*.lnk
223136

224137
build
225138

226-
Projet 1 Markdown/fichiers
227-
Projet 2 chatBox/fichiers
228-
Projet 3 Ma boite A Recettes/fichiers

bin/copy-for-deploy.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#! /usr/bin/env node
2+
const shell = require("shelljs");
3+
4+
shell.exec("cp build/index.html build/200.html");

0 commit comments

Comments
 (0)