We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 21 months ago

Last modified 6 months ago

#3573 closed Enhancement (fixed)

.gitignore everything in mod except core plugins

Reported by: ewinslow Owned by:
Priority: normal Milestone: Elgg 1.8.1
Component: Core Version: Github Master
Severity: minor Keywords:
Cc: brett@… Difficulty:

Description

Would help with plugin dev if I could just git pull the latest without worrying about committing accidentally.

Change History (7)

comment:1 Changed 21 months ago by cash

At some point I took a look at this and didn't see an obvious way to do this. Is this possible? If not, let's close it.

comment:2 Changed 21 months ago by brettp

mod/*
!mod/blog
!mod/bookmarks
...
!mod/zaudio

comment:3 Changed 21 months ago by brettp

Fixed in 7733262b0d92ae42d455aa413adbb6b15115ff5a but typo in the commit message.

comment:4 Changed 21 months ago by brettp

  • Resolution set to fixed
  • Status changed from new to closed

comment:5 Changed 21 months ago by Brett Profitt

Refs #3573. Using more specific rules in .gitignore.

Changeset: 6e2b2ff27edb6e4507f37a3fe31268fae8ca8edb

comment:6 Changed 19 months ago by Brett Profitt

Refs #3573. Using more specific rules in .gitignore.

Changeset: 6e2b2ff27edb6e4507f37a3fe31268fae8ca8edb

comment:7 Changed 6 months ago by cash

  • Milestone changed from Needs Review to Elgg 1.8.1
Note: See TracTickets for help on using tickets.