initiation initiale
This commit is contained in:
parent
59b198da3b
commit
6c08c8ccd2
1 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# OS specific files and folders
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Java specific files and folders
|
||||||
|
bin
|
||||||
|
target
|
||||||
|
doc
|
||||||
|
*.jar
|
||||||
|
.settings
|
||||||
|
.classpath
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Editor specific files and folders
|
||||||
|
*~
|
||||||
|
.project
|
||||||
|
|
||||||
|
# Project specific files and folders
|
||||||
|
*.mapfg
|
||||||
|
*.mapgr
|
||||||
|
*.path
|
||||||
|
*.tgz
|
||||||
Loading…
Reference in a new issue