Recent

Author Topic: [LAMW] .gitignore  (Read 3040 times)

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
[LAMW] .gitignore
« on: March 14, 2018, 01:44:59 pm »
Hi, wich folders can be safely excluded from GIT in a LAMW project?

jmpessoa

  • Hero Member
  • *****
  • Posts: 2301
Re: [LAMW] .gitignore
« Reply #1 on: March 15, 2018, 12:07:15 am »

Hello Lainz!

You can  clear the folders:

\bin\...
\libs\...
\obj\...

and all *.bak files!

Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
Re: [LAMW] .gitignore
« Reply #2 on: March 15, 2018, 11:06:40 pm »

Hello Lainz!

You can  clear the folders:

\bin\...
\libs\...
\obj\...

and all *.bak files!

Thanks. LAMW is working. The first time I'm using it and is very good.

Keep going!

lainz

  • Hero Member
  • *****
  • Posts: 4468
    • https://lainz.github.io/
Re: [LAMW] .gitignore
« Reply #3 on: March 16, 2018, 03:53:34 pm »
Testing I find more folders safe to exclude, maybe there are more, this is my gitignore:

Code: Pascal  [Select][+][-]
  1. bin
  2. libs
  3. obj
  4. build
  5. .gradle

Maybe also the
Code: Pascal  [Select][+][-]
  1. .settings
file.

 

TinyPortal © 2005-2018